Skip to content

Commit

Permalink
Merge pull request #72 from DubFriend/master
Browse files Browse the repository at this point in the history
wrapped this.remove with .remove
  • Loading branch information
kylefox committed Feb 19, 2014
2 parents a8f4b88 + 787f8cc commit c0141bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jquery.modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
unblock: function() {
if(this.options.doFade) {
this.blocker.fadeOut(this.options.fadeDuration, function() {
this.remove();
$(this).remove();
});
} else {
this.blocker.remove();
Expand Down
2 changes: 1 addition & 1 deletion jquery.modal.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c0141bb

Please sign in to comment.