Skip to content

Commit

Permalink
Unbind resize call problem solved
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosesperon committed Jan 31, 2013
1 parent 58f783d commit 0d9f4ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion messi.js
Expand Up @@ -197,7 +197,7 @@ Messi.prototype = {

unload: function() {
if (this.visible) this.hide();
jQuery(window).unbind('resize', function () { this.resize(); }());
jQuery(window).unbind('resize', function () { this.resize(); });
this.messi.remove();
}

Expand Down
2 changes: 1 addition & 1 deletion messi.min.js

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

0 comments on commit 0d9f4ed

Please sign in to comment.