git.ithinksw.org
/
extjs.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Upgrade to ExtJS 3.3.0 - Released 10/06/2010
[extjs.git]
/
src
/
debug.js
diff --git
a/src/debug.js
b/src/debug.js
index
03db1ab
..
cfd1d72
100644
(file)
--- a/
src/debug.js
+++ b/
src/debug.js
@@
-1,5
+1,5
@@
/*!
/*!
- * 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
* Copyright(c) 2006-2010 Ext JS, Inc.
* licensing@extjs.com
* http://www.extjs.com/license
@@
-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) {
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) {
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)
;
}
}
});
}
}
});