X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/2e847cf21b8ab9d15fa167b315ca5b2fa92638fc:/src/core/core/Ext.js..6a7e4474cba9d8be4b2ec445e10f1691f7277c50:/src/ext-core/src/core/Ext.js diff --git a/src/core/core/Ext.js b/src/ext-core/src/core/Ext.js similarity index 99% rename from src/core/core/Ext.js rename to src/ext-core/src/core/Ext.js index 98d9e89b..d07ecef7 100644 --- a/src/core/core/Ext.js +++ b/src/ext-core/src/core/Ext.js @@ -1,6 +1,6 @@ /*! - * Ext JS Library 3.1.1 - * Copyright(c) 2006-2010 Ext JS, LLC + * Ext JS Library 3.2.0 + * Copyright(c) 2006-2010 Ext JS, Inc. * licensing@extjs.com * http://www.extjs.com/license */ @@ -19,7 +19,7 @@ Ext = { * The version of the framework * @type String */ - version : '3.1.1' + version : '3.2.0' }; /** @@ -665,7 +665,7 @@ function(el){ * @return {Boolean} */ isElement : function(v) { - return !!v && v.tagName; + return v ? !!v.tagName : false; }, /**