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

index 312e062..5c7f537 100644 (file)
@@ -160,7 +160,7 @@ Roo.tree.TreeNode = function(attributes){
     Roo.each(this.attributes.items, function(c) {
         this.appendChild(Roo.factory(c,Roo.Tree));
     }, this);
-    delete this.attribute.items;
+    delete this.attributes.items;