yui-init.js revision ace5e2555c33a0ceddef42649f6f38fa006707cc
(function() {
M = function(Y) {
var C = Y.config;
// apply the minimal required functionality
if (C.core) {
} else {
"aop",
"event-custom",
"event-target",
"event-ready",
"event-dom",
"event-facade",
"dom",
"node",
"io",
"get");
// "loader"
}
};
// {
// the following will be bound automatically when this code is loaded
// use: core
// });
})();