colorbrewer/colorbrewer-bg.css
[roojs1] / roojs-ui-debug.js
index 4fc2393..8b08c77 100644 (file)
@@ -17380,9 +17380,11 @@ Roo.tree.TreeNode = function(attributes){
         return;
     }
     
+    
     Roo.each(this.attributes.items, function(c) {
         this.appendChild(Roo.factory(c,Roo.Tree));
-    }, this)
+    }, this);
+    delete this.attributes.items;