OSDN Git Service

Version 0.6.134, add comments for closure compiler.
[pettanr/clientJs.git] / 0.6.x / js / 20_ui / 14_ChromeBox.js
index 065af2a..a392078 100644 (file)
@@ -8,7 +8,7 @@ X.UI._ChromeBox = X.UI._Box.inherits(
                Constructor : function( layout, args ){\r
                        var uinodes, i, l, node, after, index = 0;\r
                        \r
-                       this.Super( layout, args );\r
+                       this[ 'Super' ]( layout, args );\r
 \r
                        uinodes = this.uinodes;\r
                        l = i   = uinodes.length;\r
@@ -35,7 +35,7 @@ X.UI._ChromeBox = X.UI._Box.inherits(
                                        after = true;\r
                                        index = 0;\r
                                };\r
-                               if( node.instanceOf && node.instanceOf( Node ) ){\r
+                               if( node[ 'instanceOf' ] && node[ 'instanceOf' ]( Node ) ){\r
                                        \r
                                };\r
                        };\r
@@ -60,7 +60,7 @@ X.UI.ChromeBox = X.UI.Box.inherits(
                        return this;\r
                },\r
                remove : function( node /* , node, node ... */ ){\r
-                       X_Class_getPrivate( this ).containerNode.remove( arguments );\r
+                       X_Class_getPrivate( this ).containerNode[ 'remove' ]( arguments );\r
                        return this;\r
                },\r
                removeAt : function( from, length ){\r