X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=0.6.x%2Fjs%2F00_core%2F00_X.js;h=2a9cfe3c01d8fdbc39cb8114585169e41154b239;hb=2846c98310b046f554616440ea8fcbbe9575a7a0;hp=2f1e63ba2cd91356a0d341436d291756505580d6;hpb=d3bd48b05c1f862dafaa3fb42a4ca155548b548e;p=pettanr%2FclientJs.git diff --git a/0.6.x/js/00_core/00_X.js b/0.6.x/js/00_core/00_X.js index 2f1e63b..2a9cfe3 100644 --- a/0.6.x/js/00_core/00_X.js +++ b/0.6.x/js/00_core/00_X.js @@ -14,7 +14,7 @@ X.VERSION = '0.6.50'; X.bootTime = + new Date; -X.getTime = new Function( Date.now ? 'return Date.now()' : 'return +new Date' ); +X.getTime = Date.now ? Date.now : new Function( 'return +new Date' ); X.emptyFunction = new Function;