Browse Source

Call order, params

pull/3463/head
jlukic 9 years ago
parent
commit
6a23d51507
1 changed files with 1 additions and 1 deletions
  1. 2
      src/definitions/modules/popup.js

2
src/definitions/modules/popup.js

@ -841,7 +841,7 @@ $.fn.popup = function(parameters) {
module.remove.attempts();
module.remove.loading();
module.reset();
settings.onUnplaceable.call(element);
settings.onUnplaceable.call($popup, element);
return false;
}
}

Loading…
Cancel
Save