Skip to content

Commit

Permalink
fix: avoid shortcut syntax for es5 (#2456)
Browse files Browse the repository at this point in the history
  • Loading branch information
wenerme committed Mar 21, 2023
1 parent 6d95f11 commit 898235e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/fetch-load.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ systemJSPrototype.instantiate = function (url, parent, meta) {
return this.fetch(url, {
credentials: 'same-origin',
integrity: importMap.integrity[url],
meta
meta: meta,
})
.then(function (res) {
if (!res.ok)
Expand Down

0 comments on commit 898235e

Please sign in to comment.