OSDN Git Service

Fix the bug of X.NodeAnime.
[pettanr/clientJs.git] / 0.6.x / js / 01_core / 01_X.js
index 5c0ef3d..8f84e89 100644 (file)
@@ -46,9 +46,9 @@ var undefined,
        X_shortcutContext;\r
 \r
 /**\r
- * バージョン文字列:"0.6.123"\r
+ * バージョン文字列:"0.6.xxx"\r
  * @type {string} */\r
-X[ 'VERSION' ] = '0.6.143';\r
+X[ 'VERSION' ] = '0.6.181';\r
 \r
 /**\r
  * ブートタイム ms\r
@@ -64,6 +64,7 @@ X[ 'emptyFunction' ] = X_emptyFunction;
  * このscriptはheadタグの中にあるか?\r
  *  @type {boolean} */\r
 // TODO defer の場合もあるので、document.readyState を見る\r
+// TODO body の有無を見ればOKではないか?\r
 // MacIE で false\r
 X[ 'inHead' ] = (function( s ){\r
        if( !s ) return false;\r