Searched defs:Loader (Results 1 - 2 of 2) sorted by relevance

/yui3/src/loader/js/
H A Drollup.js15 * @for Loader
18 Y.Loader.prototype._rollup = function() {
H A Dloader.js2 * Loader dynamically loads script and css files. It includes the dependency
53 * Loader dynamically loads script and css files. It includes the dependency
62 var loader = new Y.Loader({
72 * @class Loader
92 * @param {Object} config.modules A list of module definitions. See <a href="#method_addModule">Loader.addModule</a> for the supported module metadata
97 Y.Loader = function(o) {
516 Y.Loader.prototype = {
647 * Apply a new config to the Loader instance
714 //Removed this so that when Loader is invoked
790 * var loader = new Y.Loader({});
[all...]

Completed in 17 milliseconds