/*!
- * Ext JS Library 3.2.0
+ * Ext JS Library 3.3.0
* Copyright(c) 2006-2010 Ext JS, Inc.
* licensing@extjs.com
* http://www.extjs.com/license
if (c.id != this.id && c.id != this.bottomToolbar.id) {
var newNode = this.createNode(n,c);
if (!newNode.leaf) {
- this.parseChildItems(newNode)
+ this.parseChildItems(newNode);
}
}
}
this.parseRootNode();
var ci = Ext.getCmp('x-debug-compinfo');
if (ci) {
- ci.message('refreshed component tree - '+Ext.ComponentMgr.all.length)
+ ci.message('refreshed component tree - '+Ext.ComponentMgr.all.length);
}
}
});