Upgrade to ExtJS 4.0.0 - Released 04/26/2011
[extjs.git] / docs / source / EventProxy.html
diff --git a/docs/source/EventProxy.html b/docs/source/EventProxy.html
deleted file mode 100644 (file)
index 9287270..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-<html>\r
-<head>\r
-  <title>The source code</title>\r
-    <link href="../resources/prettify/prettify.css" type="text/css" rel="stylesheet" />\r
-    <script type="text/javascript" src="../resources/prettify/prettify.js"></script>\r
-</head>\r
-<body  onload="prettyPrint();">\r
-    <pre class="prettyprint lang-js"><div id="cls-Ext.FlashProxy"></div>/**\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
-}</pre>    \r
-</body>\r
-</html>
\ No newline at end of file