Skip to content

Commit

Permalink
fixes #118
Browse files Browse the repository at this point in the history
  • Loading branch information
kawasima committed Sep 6, 2012
1 parent cd318fa commit be9058d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/javascripts/screenshots.js
Expand Up @@ -498,6 +498,7 @@ var pasteboard = {};
$("#pasteboard .pasteboard-close").one("click", function() {
pasteboard.dragAndDrop.hide();
pasteboard.copyAndPaste.hide();
$(pasteboard).unbind(".stateevents");
$(pasteboard.imageEditor).unbind(".stateevents");
pasteboard.imageEditor.hide();
pasteboard.overlay.remove();
Expand Down

0 comments on commit be9058d

Please sign in to comment.