Browse Source

#1272, another typo (too long a day)

1.0
jlukic 10 years ago
parent
commit
a28c218ca3
1 changed files with 1 additions and 1 deletions
  1. 2
      src/definitions/modules/popup.js

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

Loading…
Cancel
Save