Skip to content

Commit

Permalink
6.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldenning committed Nov 29, 2019
1 parent 338acdd commit 58594f7
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
SystemJS 6.1.6
* Fix IE11 regression in 6.1.5 (https://github.com/systemjs/systemjs/pull/2077 @kouts)

SystemJS 6.1.5
* Support registry delete returning update function (https://github.com/systemjs/systemjs/pull/2020 @guybedford)
* Fixing bug where named-exports didn't work on named registers. (https://github.com/systemjs/systemjs/pull/2074 @joeldenning)
Expand Down
2 changes: 1 addition & 1 deletion dist/system.js
Original file line number Diff line number Diff line change
Expand Up @@ -870,7 +870,7 @@
if (!load || !importerSetters || load.e !== null || load.E)
return false;
// add back the old setters
importerSetters.forEach(setter => {
importerSetters.forEach(function (setter) {
load.i.push(setter);
setter(load.n);
});
Expand Down
2 changes: 1 addition & 1 deletion dist/system.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 58594f7

Please sign in to comment.