mirror of
https://github.com/systemjs/systemjs.git
synced 2026-01-25 14:57:38 +00:00
Merge branch 'master' of github.com:guybedford/systemjs
This commit is contained in:
commit
08a68ba5aa
@ -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 @@
|
||||
}
|
||||
}
|
||||
|
||||
})();
|
||||
})();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user