roojs-ui.js
[roojs1] / roojs-ui-debug.js
index a516125..8ce0011 100644 (file)
@@ -17379,6 +17379,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));