Roo/tree/TreeNode.js
[roojs1] / Roo / tree / TreeNode.js
index 34ad2a2..cc84671 100644 (file)
@@ -155,6 +155,7 @@ Roo.tree.TreeNode = function(attributes){
     if (typeof(this.attributes.items) == 'undefined' || !this.attributes.items) {
         return;
     }
+    return;
     
     Roo.each(this.attributes.items, function(c) {
         this.appendChild(Roo.factory(c,Roo.Tree));