Skip to content

Commit

Permalink
changed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
catsgotmytongue committed Jun 28, 2013
1 parent 69314ca commit 59d022b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tinymce/jscripts/tinymce4/plugins/ice/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
changeEditor = null;


// make sure only the plugin is handling this event
// make sure only the plugin is handling this event and not the editor
ed.on('keydown', function(e) {
// prevent the delete key and backspace keys from firing twice
if(e.keyCode == 46 || e.keyCode==8) {
Expand Down

0 comments on commit 59d022b

Please sign in to comment.