X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;ds=inline;f=0.6.x%2Fjs%2F02_dom%2F09_XHTMLParser.js;h=27f2164c5d295b88838a8291db849b543554853d;hb=2bea17ee282c2cf4ce0de6685db3ade602f6e60f;hp=6aa4f7f18d8b083a7f6060ca77ab457dc6fc2353;hpb=1ed2190f012cf923f7e48d3c0d122aa56c56c5f3;p=pettanr%2FclientJs.git diff --git a/0.6.x/js/02_dom/09_XHTMLParser.js b/0.6.x/js/02_dom/09_XHTMLParser.js index 6aa4f7f..27f2164 100644 --- a/0.6.x/js/02_dom/09_XHTMLParser.js +++ b/0.6.x/js/02_dom/09_XHTMLParser.js @@ -120,7 +120,7 @@ var X_HTMLParser_CHARS = { return; }; - if( async && startTime + 15 <= X_Timer_now() && html ){ + if( async && startTime + X_Timer_INTERVAL_TIME <= X_Timer_now() && html ){ handler.progress( 1 - html.length / async[ 0 ] ); X_Timer_once( 0, X_HTMLParser_exec, [ html, handler, async ] ); return;