OSDN Git Service

Version 0.6.222, Fix the bug of X.TextRange.
[pettanr/clientJs.git] / 0.6.x / js / 01_core / 16_XTimer.js
index 2c00513..b8c50ff 100644 (file)
@@ -362,6 +362,8 @@ function X_Timer_onTimeout(){
        X_Timer_removal = null;\r
     };\r
     X_Timer_update();\r
+    \r
+    ExecuteAtEnd_onEnd();\r
 };\r
 \r
 function X_Timer_update(){\r
@@ -453,6 +455,8 @@ function X_Timer_onEnterFrame( time ){
        };\r
        X_Timer_removal = null;\r
     };\r
+    \r
+    ExecuteAtEnd_onEnd();\r
 };\r
 \r
 console.log( 'X.Core.Timer' );\r