Skip to content

Commit b9ee53a

Browse files
author
David Heinemeier Hansson
committed
Upgrade to ES Module Shims 1.2.0
1 parent d25b503 commit b9ee53a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/assets/javascripts/es-module-shims.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* ES Module Shims 1.1.0 */
1+
/* ES Module Shims 1.2.0 */
22
(function () {
33

44
const edge = navigator.userAgent.match(/Edge\/\d\d\.\d+$/);
@@ -216,7 +216,7 @@
216216

217217
const { revokeBlobURLs, noLoadEventRetriggers } = esmsInitOptions$1;
218218

219-
const fetchHook = esmsInitOptions$1.fetchHook ? globalHook(esmsInitOptions$1.fetchHook) : fetch;
219+
const fetchHook = esmsInitOptions$1.fetch ? globalHook(esmsInitOptions$1.fetch) : fetch;
220220

221221
function globalHook (name) {
222222
return typeof name === 'string' ? self[name] : name;

0 commit comments

Comments
 (0)