X-Git-Url: http://git.osdn.jp/view?p=pettanr%2FclientJs.git;a=blobdiff_plain;f=0.6.x%2Fjs%2F06_net%2F04_XNetImage.js;fp=0.6.x%2Fjs%2F06_net%2F04_XNetImage.js;h=e93c46b439c0ecf5f2155a9c23c5bd881a3e43c0;hp=961190005105873276b24128bc6f68936fbfe274;hb=bfca1aa94da405643253af65c421f6665d6e6262;hpb=04ac203dfb25cc7e92db1f7f9f77122841f7cb1a diff --git a/0.6.x/js/06_net/04_XNetImage.js b/0.6.x/js/06_net/04_XNetImage.js index 9611900..e93c46b 100644 --- a/0.6.x/js/06_net/04_XNetImage.js +++ b/0.6.x/js/06_net/04_XNetImage.js @@ -67,7 +67,7 @@ X_TEMP.X_ImgLoader_params = { //console.log( '/ X.Net.Image:reset ' + this.abspath + ' timerID:' + this.timerID ); this.timerID && X_Timer_remove( this.timerID ); - this.timerID = 0; + this.timerID = this.tick = 0; this.finish = false; this.abspath = ''; @@ -111,7 +111,7 @@ function X_ImgLoader_handleEvent( e ){ // ie11(10,9 開発モード)で mineType 不正の場合、画像取得に成功してもエラーイベントが起こるのを無視する。 if( X_ImgLoader_0forError && raw.width ) return; if( this.finish ) return; - this.finish = true; + this.finish = true; this.timerID && X_Timer_remove( this.timerID ); //console.log( '* X.Net.Image:ERROR @handle ' + this.abspath + X.Timer.now() ); //console.dir( raw );