Browse Source

#2180 one last missing value

pull/2300/head
jlukic 9 years ago
parent
commit
8a9496518f
1 changed files with 1 additions and 1 deletions
  1. 2
      src/definitions/modules/popup.js

2
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 = {

Loading…
Cancel
Save