X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/ee06f37b0f6f6d94cd05a6ffae556660f7c4a2bc..c930e9176a5a85509c5b0230e2bff5c22a591432:/docs/source/EventProxy.html diff --git a/docs/source/EventProxy.html b/docs/source/EventProxy.html new file mode 100644 index 00000000..9287270c --- /dev/null +++ b/docs/source/EventProxy.html @@ -0,0 +1,23 @@ + + + The source code + + + + +
/** + * @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