Skip to content

Commit

Permalink
Remove debugger statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt committed Feb 9, 2012
1 parent fc02076 commit e44a5c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion javascripts/jquery.reveal.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@
}

$('body').bind('keyup.reveal', function (event) {
debugger;
if (event.which === 27) { // 27 is the keycode for the Escape key
modal.trigger('reveal:close');
}
Expand Down

0 comments on commit e44a5c3

Please sign in to comment.