X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/530ef4b6c5b943cfa68b779d11cf7de29aa878bf..0494b8d9b9bb03ab6c22b34dae81261e3cd7e3e6:/src/debug.js diff --git a/src/debug.js b/src/debug.js index f8455479..0afd8d29 100644 --- a/src/debug.js +++ b/src/debug.js @@ -1,8 +1,8 @@ /*! - * Ext JS Library 3.2.1 - * Copyright(c) 2006-2010 Ext JS, Inc. - * licensing@extjs.com - * http://www.extjs.com/license + * Ext JS Library 3.3.1 + * Copyright(c) 2006-2010 Sencha Inc. + * licensing@sencha.com + * http://www.sencha.com/license */ Ext.debug = {}; @@ -464,7 +464,7 @@ Ext.debug.ComponentInspector = Ext.extend(Ext.tree.TreePanel, { 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); } } } @@ -499,7 +499,7 @@ Ext.debug.ComponentInspector = Ext.extend(Ext.tree.TreePanel, { 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); } } });