(function() {
var min = [
'log',
'lang',
'array',
'core'],
core,
M = function(Y) {
// apply the minimal required functionality
Y.
log(Y.
id +
' initialized',
'info',
'YUI');
} else {
core = [
"object",
"ua",
"later"];
"get",
"loader");
}
};
YUI.
add(
"yui", M,
"@VERSION@");
// {
// the following will be bound automatically when this code is loaded
// use: core
// });
})();