mirror of
https://github.com/systemjs/systemjs.git
synced 2026-01-25 14:57:38 +00:00
fix global leak (#1145)
This commit is contained in:
parent
c771e001ab
commit
65045860db
@ -501,9 +501,7 @@
|
||||
|
||||
return configLoader.load(pkgConfigPath)
|
||||
.then(function() {
|
||||
pkgConfig = configLoader.get(pkgConfigPath);
|
||||
|
||||
var cfg = pkgConfig['default'];
|
||||
var cfg = configLoader.get(pkgConfigPath)['default'];
|
||||
|
||||
// support "systemjs" prefixing
|
||||
if (cfg.systemjs)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user