X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/2e847cf21b8ab9d15fa167b315ca5b2fa92638fc..6a7e4474cba9d8be4b2ec445e10f1691f7277c50:/src/ext-core/src/adapter/ext-base-begin.js diff --git a/src/ext-core/src/adapter/ext-base-begin.js b/src/ext-core/src/adapter/ext-base-begin.js new file mode 100644 index 00000000..9c5b5008 --- /dev/null +++ b/src/ext-core/src/adapter/ext-base-begin.js @@ -0,0 +1,18 @@ +/*! + * 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; + } + + \ No newline at end of file