OSDN Git Service

Version 0.6.179, fix X.Audio & X.AudioSprite.
[pettanr/clientJs.git] / 0.6.x / js / 02_dom / 09_XHTMLParser.js
index 6aa4f7f..27f2164 100644 (file)
@@ -120,7 +120,7 @@ var X_HTMLParser_CHARS = {
                                return;\r
                        };\r
                        \r
-                       if( async && startTime + 15 <= X_Timer_now() && html ){\r
+                       if( async && startTime + X_Timer_INTERVAL_TIME <= X_Timer_now() && html ){\r
                                handler.progress( 1 - html.length / async[ 0 ] );\r
                                X_Timer_once( 0, X_HTMLParser_exec, [ html, handler, async ] );\r
                                return;\r