Upgrade to ExtJS 3.2.0 - Released 03/30/2010
[extjs.git] / src / widgets / chart / EventProxy.js
index 9c79f5f..517a5ff 100644 (file)
@@ -1,20 +1,20 @@
 /*!
- * 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
  */
-/**\r
- * @class Ext.FlashProxy\r
- * @singleton\r
- */\r
-Ext.FlashEventProxy = {\r
-    onEvent : function(id, e){\r
-        var fp = Ext.getCmp(id);\r
-        if(fp){\r
-            fp.onFlashEvent(e);\r
-        }else{\r
-            arguments.callee.defer(10, this, [id, e]);\r
-        }\r
-    }\r
-}
\ No newline at end of file
+/**
+ * @class Ext.FlashProxy
+ * @singleton
+ */
+Ext.FlashEventProxy = {
+    onEvent : function(id, e){
+        var fp = Ext.getCmp(id);
+        if(fp){
+            fp.onFlashEvent(e);
+        }else{
+            arguments.callee.defer(10, this, [id, e]);
+        }
+    }
+};
\ No newline at end of file