From d441420f5b702a9664c52461c9f40da7735a3277 Mon Sep 17 00:00:00 2001 From: jlukic Date: Wed, 14 Jan 2015 17:36:27 -0500 Subject: [PATCH] FIxes #1628 (Once and for all) --- src/definitions/modules/popup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/definitions/modules/popup.js b/src/definitions/modules/popup.js index 5b5095104..8b9a7cbd3 100644 --- a/src/definitions/modules/popup.js +++ b/src/definitions/modules/popup.js @@ -297,7 +297,7 @@ $.fn.popup = function(parameters) { hideAll: function() { $(selector.popup) .filter(':visible') - .popup('hide') + .transition('hide') ; },