rls-debug.js revision c2591f93148f34add0265b627e2198f1cea598f6
/**
* 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;
};