Roo/tree/TreeEditor.js
authorAlan Knowles <alan@akbkhome.com>
Wed, 2 Nov 2011 08:35:05 +0000 (16:35 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 2 Nov 2011 08:35:05 +0000 (16:35 +0800)
Roo/tree/TreeEditor.js

index 808761b..31fd67a 100644 (file)
@@ -100,7 +100,7 @@ Roo.extend(Roo.tree.TreeEditor, Roo.Editor, {
                 (td.clientWidth > 20 ? td.clientWidth : td.offsetWidth) - Math.max(0, nd.offsetLeft-td.scrollLeft) - /*cushion*/5);
         this.setSize(w, '');
         
-        return this.fireEvent('beforenodedit', this, this.editNode);
+        return this.fireEvent('beforenodeedit', this, this.editNode);
         
     },