OSDN Git Service

Version 0.6.194, X.UI.Page working.
[pettanr/clientJs.git] / 0.6.x / js / 01_core / 21_XViewPort.js
index 5f1f098..02ec900 100644 (file)
@@ -432,7 +432,7 @@ X[ 'ViewPort' ] = {
                        X_ViewPort_rootElement = document.compatMode !== 'CSS1Compat' ? X_elmBody : X_elmHtml || X_elmBody;
 
        /**
-        * Node( documentElement )
+        * X.Node( documentElement )
         * @alias X.Doc.html
         * @type {Node}
         */
@@ -440,14 +440,14 @@ X[ 'ViewPort' ] = {
                        html[ '_flags' ] |= X_NodeFlags_IN_TREE;
 
        /**
-        * Node( head )
+        * X.Node( head )
         * @alias X.Doc.head
         * @type {Node}
         */                     
                        X[ 'Doc' ][ 'head' ] = head = X_Node_head = X_elmHead && Node( X_elmHead );
 
        /**
-        * Node( documentElement )
+        * X.Node( body )
         * @alias X.Doc.body
         * @type {Node}
         */