X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/530ef4b6c5b943cfa68b779d11cf7de29aa878bf..e9397f91ede62d446aed37d23256e8938fc4c335:/docs/source/yui-bridge.html?ds=sidebyside diff --git a/docs/source/yui-bridge.html b/docs/source/yui-bridge.html index 61349904..e0cd7097 100644 --- a/docs/source/yui-bridge.html +++ b/docs/source/yui-bridge.html @@ -7,10 +7,10 @@
/*! - * 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."; @@ -24,7 +24,7 @@ if(typeof YAHOO == "undefined"){ 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){