X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/2e847cf21b8ab9d15fa167b315ca5b2fa92638fc:/src/adapter/core/ext-base-begin.js..6a7e4474cba9d8be4b2ec445e10f1691f7277c50:/src/ext-core/src/adapter/ext-base-begin.js diff --git a/src/adapter/core/ext-base-begin.js b/src/ext-core/src/adapter/ext-base-begin.js similarity index 78% rename from src/adapter/core/ext-base-begin.js rename to src/ext-core/src/adapter/ext-base-begin.js index e5668499..9c5b5008 100644 --- a/src/adapter/core/ext-base-begin.js +++ b/src/ext-core/src/adapter/ext-base-begin.js @@ -1,18 +1,18 @@ /*! - * 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 */ -(function(){ - var libFlyweight; - - function fly(el) { - if (!libFlyweight) { - libFlyweight = new Ext.Element.Flyweight(); - } - libFlyweight.dom = el; - return libFlyweight; - } - +(function(){ + var libFlyweight; + + function fly(el) { + if (!libFlyweight) { + libFlyweight = new Ext.Element.Flyweight(); + } + libFlyweight.dom = el; + return libFlyweight; + } + \ No newline at end of file