X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=0.6.x%2Fjs%2F20_ui%2F00_XUI.js;fp=0.6.x%2Fjs%2F20_ui%2F00_XUI.js;h=878677a1389258b81e70e85012a5dad3e01c8bf7;hb=42e0982b02a99c71702ce8cd8740645aefdc8097;hp=87a5fdf7a4d40de5b2413f63d99fd0b0b235bcb2;hpb=a130cabd01fde8865990a59d849f5d5d08ed2119;p=pettanr%2FclientJs.git diff --git a/0.6.x/js/20_ui/00_XUI.js b/0.6.x/js/20_ui/00_XUI.js index 87a5fdf..878677a 100644 --- a/0.6.x/js/20_ui/00_XUI.js +++ b/0.6.x/js/20_ui/00_XUI.js @@ -49,12 +49,12 @@ X.UI = { currentRootData : null, Layout : { - Base : X.Class.create( + Base : X_Class_create( 'X.UI.Layout.Base', { overrideAttrsForSelf : null, overrideAttrsForChild : null, - calculate : X.emptyFunction //function( data, isNeedsDetection, x, y, w, h ) + calculate : X_emptyFunction //function( data, isNeedsDetection, x, y, w, h ) } ), create : function( props ){