mirror of
https://github.com/systemjs/systemjs.git
synced 2026-01-25 14:57:38 +00:00
Fixed typo (#1970)
This commit is contained in:
parent
67e8da6f88
commit
6a8aeb7a2a
@ -148,7 +148,7 @@ function getOrCreateLoad (loader, id, firstParentUrl) {
|
||||
load.er = err;
|
||||
});
|
||||
|
||||
// Captial letter = a promise function
|
||||
// Capital letter = a promise function
|
||||
return load = loader[REGISTRY][id] = {
|
||||
id: id,
|
||||
// importerSetters, the setters functions registered to this dependency
|
||||
@ -296,4 +296,4 @@ function postOrderExec (loader, load, seen) {
|
||||
}
|
||||
}
|
||||
|
||||
global.System = new SystemJS();
|
||||
global.System = new SystemJS();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user