Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Fixes dblclick typo! tru10000 srsly have good eyes.
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeaun committed Oct 31, 2010
1 parent 2d31ec6 commit bb58ac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/MooEditable/MooEditable.js
Expand Up @@ -247,7 +247,7 @@ this.MooEditable = new Class({
mouseleave: this.editorMouseLeave.bind(this),
contextmenu: this.editorContextMenu.bind(this),
click: this.editorClick.bind(this),
dbllick: this.editorDoubleClick.bind(this),
dblclick: this.editorDoubleClick.bind(this),
keypress: this.editorKeyPress.bind(this),
keyup: this.editorKeyUp.bind(this),
keydown: this.editorKeyDown.bind(this),
Expand Down

0 comments on commit bb58ac8

Please sign in to comment.