X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/2e847cf21b8ab9d15fa167b315ca5b2fa92638fc..6a7e4474cba9d8be4b2ec445e10f1691f7277c50:/src/adapter/core/ext-base-begin.js diff --git a/src/adapter/core/ext-base-begin.js b/src/adapter/core/ext-base-begin.js deleted file mode 100644 index e5668499..00000000 --- a/src/adapter/core/ext-base-begin.js +++ /dev/null @@ -1,18 +0,0 @@ -/*! - * Ext JS Library 3.1.1 - * Copyright(c) 2006-2010 Ext JS, LLC - * 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