OSDN Git Service

Version 0.6.103, cleanup.
[pettanr/clientJs.git] / 0.6.x / js / 20_ui / 20_PageRoot.js
index a692fbc..c346c0c 100644 (file)
@@ -106,9 +106,9 @@ X.UI._PageRoot = X.UI._Box.inherits(
                        
                        // this.xnodeInteractiveLayer の前に追加する!
 
-                       this.addToParent( X.Dom.Node._body );
+                       this.addToParent( X.Doc.body );
                        
-                       this.xnodeInteractiveLayer = X.Dom.Node._body.create( 'div', {
+                       this.xnodeInteractiveLayer = X.Doc.body.create( 'div', {
                                'class'      : 'mouse-operation-catcher',
                                unselectable : 'on'
                        } );