X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;ds=sidebyside;f=0.6.x%2Fjs%2F01_core%2F01_X.js;h=8f84e890fb2ac5bde5cdfebd0bd6e4e335ba27a4;hb=HEAD;hp=5c0ef3d2254271b0aaa65b05dd8fddb49c63106c;hpb=34431df46635079c1ce6626c9caf1456f88e91bd;p=pettanr%2FclientJs.git diff --git a/0.6.x/js/01_core/01_X.js b/0.6.x/js/01_core/01_X.js index 5c0ef3d..8f84e89 100644 --- a/0.6.x/js/01_core/01_X.js +++ b/0.6.x/js/01_core/01_X.js @@ -46,9 +46,9 @@ var undefined, X_shortcutContext; /** - * バージョン文字列:"0.6.123" + * バージョン文字列:"0.6.xxx" * @type {string} */ -X[ 'VERSION' ] = '0.6.143'; +X[ 'VERSION' ] = '0.6.181'; /** * ブートタイム ms @@ -64,6 +64,7 @@ X[ 'emptyFunction' ] = X_emptyFunction; * このscriptはheadタグの中にあるか? * @type {boolean} */ // TODO defer の場合もあるので、document.readyState を見る +// TODO body の有無を見ればOKではないか? // MacIE で false X[ 'inHead' ] = (function( s ){ if( !s ) return false;