OSDN Git Service

Version 0.6.58, X.UI.HBox is working.
[pettanr/clientJs.git] / 0.6.x / js / ui / 06_AbstractUINode.js
index 7ca7eb7..bc7de5e 100644 (file)
@@ -666,9 +666,9 @@ X.UI._AbstractUINode = X.EventDispatcher.inherits(
                 * 自身の contentWidth, contentHeight を元に AUTO な width, height を確定していく\r
                 */\r
                postMesure : function(){\r
-                       var     attrs    = this.attrObject || this.attrClass.prototype || X.UI.AttrClass,\r
-                               calc     = X.UI._AbstractUINode.calcValue,\r
-                               box      = attrs[ X.UI.Attr.Support.sizing.No ],\r
+                       var     attrs = this.attrObject || this.attrClass.prototype || X.UI.AttrClass,\r
+                               calc  = X.UI._AbstractUINode.calcValue,\r
+                               box   = attrs[ X.UI.Attr.Support.sizing.No ],\r
                                contentW, contentH,\r
                                contentPlus,\r
                                paddingT, paddingR, paddingB, paddingL,\r