Upgrade to ExtJS 4.0.0 - Released 04/26/2011
[extjs.git] / 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
deleted file mode 100644 (file)
index 16a54fb..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-/*!
- * Ext JS Library 3.3.1
- * Copyright(c) 2006-2010 Sencha Inc.
- * licensing@sencha.com
- * http://www.sencha.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