From a28c218ca366d831a2d927a056ef4acd93139ae7 Mon Sep 17 00:00:00 2001 From: jlukic Date: Sun, 23 Nov 2014 22:16:54 -0500 Subject: [PATCH] #1272, another typo (too long a day) --- 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 ca0e21cfa..383837e25 100644 --- a/src/definitions/modules/popup.js +++ b/src/definitions/modules/popup.js @@ -110,7 +110,7 @@ $.fn.popup = function(parameters) { } else { if(settings.inline) { - $target.next(settings.selector.popup); + $popup = $target.next(settings.selector.popup); } } if(settings.popup) {