OSDN Git Service

Version 0.6.89, add X.Plugin & SilverLightAudio.
[pettanr/clientJs.git] / 0.6.x / js / 01_dom / 11_XDomNode.js
index ff29163..79e67aa 100644 (file)
@@ -257,7 +257,8 @@ Node.none        = Node._chashe[ 0 ] = new Node();
 Node._window     = new X.EventDispatcher( window );\r
 Node._document   = new X.EventDispatcher( document );\r
 Node._html       = null; // = Node._chashe[ 1 ] <html>\r
-Node._body       = null; // = Node._chashe[ 2 ] <body>\r
+Node._head       = null; // = Node._chashe[ 2 ] <head>\r
+Node._body       = null; // = Node._chashe[ 3 ] <body>\r
 Node._systemNode = null; // = Node._chashe[ ? ]\r
 \r
 Node._reserveRemoval = [];\r
@@ -938,7 +939,7 @@ Node.prototype._startUpdate = function(){
 \r
        //console.log( 'start _startUpdate().' );\r
 \r
-       Node._html._dirty ? Node._html._commitUpdate() : this._commitUpdate();\r
+       /* Node._html._dirty ? */ Node._html._commitUpdate() /* : this._commitUpdate() */;\r
        \r
        //console.log( 'end of _startUpdate().' );\r
        \r