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 2a24459..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-<html>
-<head>
-  <title>The source code</title>
-    <link href="../resources/prettify/prettify.css" type="text/css" rel="stylesheet" />
-    <script type="text/javascript" src="../resources/prettify/prettify.js"></script>
-</head>
-<body  onload="prettyPrint();">
-    <pre class="prettyprint lang-js">/*!
- * Ext JS Library 3.0.3
- * Copyright(c) 2006-2009 Ext JS, LLC
- * licensing@extjs.com
- * http://www.extjs.com/license
- */
-<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>
-</body>
-</html>
\ No newline at end of file