attribute-base-min.js revision aa3181942968bcffcfc221a75d8bdc38c4c19b4b
YUI.add("attribute-base",function(b){var a=function(){b.AttributeCore.apply(this,arguments);b.AttributeEvents.apply(this,arguments);b.AttributeExtras.apply(this,arguments);};b.mix(a,b.AttributeCore,false,null,1);b.mix(a,b.AttributeExtras,false,null,1);b.mix(a,b.AttributeEvents,true,null,1);a.INVALID_VALUE=b.AttributeCore.INVALID_VALUE;a._ATTR_CFG=b.AttributeCore._ATTR_CFG.concat(b.AttributeEvents._ATTR_CFG);b.Attribute=a;},"@VERSION@",{requires:["attribute-core","attribute-events","attribute-extras"]});