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.1 - Released 11/30/2010
[extjs.git]
/
docs
/
source
/
debug.html
diff --git
a/docs/source/debug.html
b/docs/source/debug.html
index
f45088a
..
be96fbf
100644
(file)
--- a/
docs/source/debug.html
+++ b/
docs/source/debug.html
@@
-7,10
+7,10
@@
</head>
<body onload="prettyPrint();">
<pre class="prettyprint lang-js">/*!
</head>
<body onload="prettyPrint();">
<pre class="prettyprint lang-js">/*!
- * 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 = {};
*/
Ext.debug = {};
@@
-472,7
+472,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)
;
}
}
}
}
}
}
@@
-507,7
+507,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)
;
}
}
});
}
}
});