rls.js revision 38ede344a04d04daedd560a485bd38f50e4c0a71
/**
* Implentation for building the remote loader service url.
* @method _rls
* @param what {Array} the requested modules
* @since 3.2.0
*/
// the configuration
m: 1, // must have
v: Y.version,
tests: 1
},
// 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;
};