X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=0.6.x%2Fjs%2F01_core%2F20_XSystem.js;fp=0.6.x%2Fjs%2F01_core%2F20_XSystem.js;h=feef443389cfc1a44187cee521dc404f1d70573e;hb=5af7809cfb475642413a4275af29fbf7d783a170;hp=32891408847e37f91cbfbac90abd8681472aa4b9;hpb=a4c3d3a22b13112b3317a6ffd3eff2272c2264f1;p=pettanr%2FclientJs.git diff --git a/0.6.x/js/01_core/20_XSystem.js b/0.6.x/js/01_core/20_XSystem.js index 3289140..feef443 100644 --- a/0.6.x/js/01_core/20_XSystem.js +++ b/0.6.x/js/01_core/20_XSystem.js @@ -56,7 +56,7 @@ X_TEMP.onRearchEndOfScript = function(){ var callbacks = X_TEMP.onSystemReady, i = callbacks.length, now = X_Timer_now(), - speed = now - X.bootTime; + speed = now - X[ 'bootTime' ]; X_System_javascriptScore = speed; console.log( 'js score ' + speed );