Skip to content

Commit

Permalink
add new line on the end of the file (#2454)
Browse files Browse the repository at this point in the history
  • Loading branch information
christianhaller3000 committed Feb 25, 2023
1 parent 672741b commit 36b6c1a
Show file tree
Hide file tree
Showing 27 changed files with 1,673 additions and 1,566 deletions.
2 changes: 1 addition & 1 deletion dist/extras/amd.min.js

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

2 changes: 1 addition & 1 deletion dist/extras/amd.min.js.map

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

2 changes: 1 addition & 1 deletion dist/extras/dynamic-import-maps.min.js

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

2 changes: 1 addition & 1 deletion dist/extras/dynamic-import-maps.min.js.map

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

4 changes: 2 additions & 2 deletions dist/extras/global.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@
}

var impt = systemJSPrototype.import;
systemJSPrototype.import = function (id, parentUrl) {
systemJSPrototype.import = function (id, parentUrl, meta) {
noteGlobalProps();
return impt.call(this, id, parentUrl);
return impt.call(this, id, parentUrl, meta);
};

var emptyInstantiation = [[], function () { return {} }];
Expand Down
4 changes: 2 additions & 2 deletions dist/extras/global.min.js

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

0 comments on commit 36b6c1a

Please sign in to comment.