OSDN Git Service

Version 0.6.215, bug fixes X.Net.Image & X.HTMLAudio.
[pettanr/clientJs.git] / 0.6.x / js / 06_net / 04_XNetImage.js
index 9611900..e93c46b 100644 (file)
@@ -67,7 +67,7 @@ X_TEMP.X_ImgLoader_params = {
                        //console.log( '/ X.Net.Image:reset ' + this.abspath + ' timerID:' + this.timerID );\r
                        \r
                        this.timerID && X_Timer_remove( this.timerID );\r
-                       this.timerID = 0;\r
+                       this.timerID = this.tick = 0;\r
                        \r
                        this.finish  = false;\r
                        this.abspath = '';                      \r
@@ -111,7 +111,7 @@ function X_ImgLoader_handleEvent( e ){
                        // ie11(10,9 開発モード)で mineType 不正の場合、画像取得に成功してもエラーイベントが起こるのを無視する。\r
                        if( X_ImgLoader_0forError && raw.width ) return;\r
                        if( this.finish ) return;\r
-                       this.finish  = true;\r
+                       this.finish = true;\r
                        this.timerID && X_Timer_remove( this.timerID );\r
                        //console.log( '* X.Net.Image:ERROR @handle ' + this.abspath + X.Timer.now() );\r
                        //console.dir( raw );\r