yui-init.js revision 8da4756238db8135e82e7a654f1421b7ea7b765e
/**
* The YUI module contains the components required for building the YUI seed file.
* This includes the script loading mechanism, the dynamic loader and metadata,
* the module registration system, and the core utilities for the library.
* @module yui
*/
(function() {
extras, i;
// apply the minimal required functionality
if (C.core) {
} else {
core = ['queue-base'];
}
}
}
})();