OSDN Git Service

Version 0.6.134, add comments for closure compiler.
[pettanr/clientJs.git] / 0.6.x / js / 20_ui / 00_XUI.js
index 87a5fdf..878677a 100644 (file)
@@ -49,12 +49,12 @@ X.UI = {
        currentRootData : null,\r
        \r
        Layout : {\r
-               Base : X.Class.create(\r
+               Base : X_Class_create(\r
                        'X.UI.Layout.Base',\r
                        {\r
                                overrideAttrsForSelf  : null,\r
                                overrideAttrsForChild : null,\r
-                               calculate             : X.emptyFunction //function( data, isNeedsDetection, x, y, w, h )\r
+                               calculate             : X_emptyFunction //function( data, isNeedsDetection, x, y, w, h )\r
                        }\r
                ),\r
                create : function( props ){\r