Roo/tree/TreeNode.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 19 Jan 2012 08:27:26 +0000 (16:27 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 19 Jan 2012 08:27:26 +0000 (16:27 +0800)
Roo/tree/TreeNode.js

index cc84671..312e062 100644 (file)
@@ -155,7 +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));