Browse Source

Fix #1306 popup remove typo causing error.

pull/1335/head
jlukic 10 years ago
parent
commit
b6be6fa989
1 changed files with 1 additions and 3 deletions
  1. 4
      src/definitions/modules/popup.js

4
src/definitions/modules/popup.js

@ -310,9 +310,7 @@ $.fn.popup = function(parameters) {
removePopup: function() {
module.debug('Removing popup');
$.proxy(settings.onRemove, $popup)(element);
$popup
.removePopup()
;
$popup.remove();
},
save: {

Loading…
Cancel
Save