Upgrade to ExtJS 3.2.0 - Released 03/30/2010
[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
new file mode 100644 (file)
index 0000000..9c5b500
--- /dev/null
@@ -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