default baseurl to github

This commit is contained in:
guybedford 2013-06-30 19:38:27 -07:00
parent 2b4df55e77
commit ad9fd45f9d

View File

@ -81,7 +81,7 @@
window.createLoader = function() {
delete window.createLoader;
config.baseURL = config.baseURL || System.baseURL;
config.baseURL = config.baseURL || 'http://git.jspm.io';
// hooks without plugin logic
var loaderHooks = {