Skip to content

Commit

Permalink
Call order, params
Browse files Browse the repository at this point in the history
  • Loading branch information
jlukic committed Nov 30, 2015
1 parent 4ea2514 commit 6a23d51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/definitions/modules/popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
Expand Down

0 comments on commit 6a23d51

Please sign in to comment.