colorbrewer/colorbrewer-bg.css
[roojs1] / roojs-ui-debug.js
index 8ce0011..8b08c77 100644 (file)
@@ -17379,12 +17379,12 @@ 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));
     }, this);
-    delete this.attribute.items;
+    delete this.attributes.items;