Upgrade to ExtJS 4.0.0 - Released 04/26/2011
[extjs.git] / src / widgets / chart / EventProxy.js
diff --git a/src/widgets/chart/EventProxy.js b/src/widgets/chart/EventProxy.js
deleted file mode 100644 (file)
index 451eec7..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-/*!
- * Ext JS Library 3.2.1
- * Copyright(c) 2006-2010 Ext JS, Inc.
- * licensing@extjs.com
- * http://www.extjs.com/license
- */
-/**
- * @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