mirror of
https://github.com/systemjs/systemjs.git
synced 2026-01-18 14:53:14 +00:00
implements #587
This commit is contained in:
parent
5d2b95cd1c
commit
3a80fc45bc
@ -214,7 +214,9 @@ SystemJSLoader.prototype.config = function(cfg) {
|
||||
normalizeProp = true;
|
||||
|
||||
for (var p in v) {
|
||||
if (normalizeProp)
|
||||
if (c == 'meta' && p[0] == '*')
|
||||
this[c][p] = v[p];
|
||||
else if (normalizeProp)
|
||||
this[c][this.normalizeSync(p)] = v[p];
|
||||
else
|
||||
this[c][p] = v[p];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user