Roo/tree/TreePanel.js
authorAlan Knowles <alan@roojs.com>
Wed, 2 Nov 2011 05:25:40 +0000 (13:25 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 2 Nov 2011 05:25:40 +0000 (13:25 +0800)
Roo/tree/TreePanel.js

index 2bbb024..46ba306 100644 (file)
@@ -247,7 +247,7 @@ Roo.tree.TreePanel = function(el, config){
     }
     if (this.editor) {
         this.editor.tree = this;
-        this.editor = Roo.factory(this.editor,Roo.tree);
+        this.editor = Roo.factory(this.editor, Roo.tree);
     }
    
 };