X-Git-Url: http://git.osdn.jp/view?p=pettanr%2FclientJs.git;a=blobdiff_plain;f=0.6.x%2Fjs%2F06_net%2F00_XNet.js;fp=0.6.x%2Fjs%2F06_net%2F00_XNet.js;h=3e7b4543393872f9baf25458cfcba06c375c4b53;hp=90693963a7b992dd65e4e0d73dccea361c80d8ee;hb=66ccef8a1fdd3994dd3c75dcfede668ea55f1d2e;hpb=4e4ab3be10850546063d4a4b93250ed142bb8cd2 diff --git a/0.6.x/js/06_net/00_XNet.js b/0.6.x/js/06_net/00_XNet.js index 9069396..3e7b454 100644 --- a/0.6.x/js/06_net/00_XNet.js +++ b/0.6.x/js/06_net/00_XNet.js @@ -279,6 +279,8 @@ function X_NET_proxyDispatch( e ){ this[ 'listenOnce' ]( X_EVENT_COMPLETE, X_NET_proxyDispatch ) [ 'asyncDispatch' ]( 32, { type : X_EVENT_COMPLETE, 'lastEventType' : e.type } ); + // target を上書き X_NET_currentWrapper -> X_NET_currentQueue + e[ 'target' ] = e[ 'currentTarget' ] = this; this[ 'asyncDispatch' ]( e ); break;