From 8a9496518f0525b1d238edb898a1cbe08078c21f Mon Sep 17 00:00:00 2001 From: jlukic Date: Mon, 11 May 2015 16:00:20 -0400 Subject: [PATCH] #2180 one last missing value --- 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 071b182e7..bd782baae 100644 --- a/src/definitions/modules/popup.js +++ b/src/definitions/modules/popup.js @@ -479,7 +479,7 @@ $.fn.popup = function(parameters) { boundary = { top : screen.top, bottom : screen.top + screen.height, - left : 0, + left : screen.left, right : screen.left + screen.width }, popup = {