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
/
yui-bridge.html
diff --git
a/docs/source/yui-bridge.html
b/docs/source/yui-bridge.html
index
6134990
..
e0cd709
100644
(file)
--- a/
docs/source/yui-bridge.html
+++ b/
docs/source/yui-bridge.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
*/
if(typeof YAHOO == "undefined"){
throw "Unable to load Ext, core YUI utilities (yahoo, dom, event) not found.";
*/
if(typeof YAHOO == "undefined"){
throw "Unable to load Ext, core YUI utilities (yahoo, dom, event) not found.";
@@
-24,7
+24,7
@@
if(typeof YAHOO == "undefined"){
A = YAHOO.util.Anim,
libFlyweight,
version = YAHOO.env.getVersion('yahoo').version.split('.'),
A = YAHOO.util.Anim,
libFlyweight,
version = YAHOO.env.getVersion('yahoo').version.split('.'),
- mouseEnterSupported = parseInt(version[0]) >= 3,
+ mouseEnterSupported = parseInt(version[0]
, 10
) >= 3,
mouseCache = {},
elContains = function(parent, child){
if(parent && parent.firstChild){
mouseCache = {},
elContains = function(parent, child){
if(parent && parent.firstChild){