X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=0.6.x%2Fjs%2F01_core%2F01_X.js;h=8f84e890fb2ac5bde5cdfebd0bd6e4e335ba27a4;hb=b05bf97c1b3b1720e73af54017a48291a364d394;hp=7a741131876c6b51119ece008ad9239b9fc3d5f4;hpb=1ed2190f012cf923f7e48d3c0d122aa56c56c5f3;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 7a74113..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; @@ -73,3 +74,4 @@ X[ 'inHead' ] = (function( s ){ s = s.parentElement || s.parentNode || s;// s is for opera7.11 return s.tagName.toLowerCase() === 'head';// opera7.23 s.tagName is 'HTML' })( document.scripts || document.getElementsByTagName && document.getElementsByTagName( 'script' ) || document.all && document.all.tags( 'script' ) ); +