Skip to content

Commit

Permalink
unbind rather than nullify
Browse files Browse the repository at this point in the history
  • Loading branch information
robertleeplummerjr committed Dec 18, 2013
1 parent 1137fe8 commit 10fe08d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jquery.sheet.js
Original file line number Diff line number Diff line change
Expand Up @@ -1646,7 +1646,7 @@ jQuery = jQuery || window.jQuery;
if (!jS) {
return false;
}
doc.onkeydown = null;
$(doc).unbind('keydown');
this.obj.fullScreen().remove();
(this.obj.inPlaceEdit().destroy || emptyFN)();
s.parent
Expand Down

0 comments on commit 10fe08d

Please sign in to comment.