rls.js revision d994c542a54b03e35c5ee18dadc4c79a433b566c
/**
* Implentation for building the remote loader service url.
* @method _rls
* @param {Array} what the requested modules.
* @since 3.2.0
* @return {string} the url for the remote loader service call.
*/
// the configuration
m: 1, // required in the template
v: Y.version,
},
// The rls base path
// the template
var s = '', param;
}
}
// console.log('rls_tmpl: ' + s);
return s;
}(),
url;
// update the request
// console.log(url);
return url;
};