From bb58ac82972bd93548cdd389eeeea145c11abc4b Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Sun, 31 Oct 2010 18:58:05 +0800 Subject: [PATCH] Fixes dblclick typo! tru10000 srsly have good eyes. --- Source/MooEditable/MooEditable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/MooEditable/MooEditable.js b/Source/MooEditable/MooEditable.js index cb3d01f..52f3cba 100644 --- a/Source/MooEditable/MooEditable.js +++ b/Source/MooEditable/MooEditable.js @@ -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),