Upgrade to ExtJS 3.2.0 - Released 03/30/2010
[extjs.git] / 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 e566849..9c5b500 100644 (file)
@@ -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(){\r
-       var libFlyweight;\r
-       \r
-       function fly(el) {\r
-        if (!libFlyweight) {\r
-            libFlyweight = new Ext.Element.Flyweight();\r
-        }\r
-        libFlyweight.dom = el;\r
-        return libFlyweight;\r
-    }\r
-    \r
+(function(){
+       var libFlyweight;
+       
+       function fly(el) {
+        if (!libFlyweight) {
+            libFlyweight = new Ext.Element.Flyweight();
+        }
+        libFlyweight.dom = el;
+        return libFlyweight;
+    }
+    
     
\ No newline at end of file