Merge branch 'master' of github.com:guybedford/systemjs

This commit is contained in:
guybedford 2014-01-08 23:20:50 +02:00
commit 08a68ba5aa

View File

@ -161,7 +161,7 @@
System.instantiate = function(load) {
var name = load.name || '';
if (name == 'traceur')
if (!load.source || name == 'traceur')
return systemInstantiate.call(this, load);
var source = load.source;
@ -242,4 +242,4 @@
}
}
})();
})();