Pman.Builder.Tree.js
authorEdward <edward@roojs.com>
Mon, 10 Mar 2014 09:01:22 +0000 (17:01 +0800)
committerEdward <edward@roojs.com>
Mon, 10 Mar 2014 09:01:22 +0000 (17:01 +0800)
Pman.Builder.Tree.js

index 730306b..87d4a8b 100644 (file)
@@ -314,6 +314,7 @@ Pman.Builder.Tree = {
             o.xtype = '*top';
         }
         tree.root.setText(this.configToText(tree.root.elConfig));
+        return;
         this.appendNode(tree.root, o.items[0]);
         tree.root.expand(true);
         Pman.Tab.BuilderView.panel.redraw();