We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddf8266 commit 6218530Copy full SHA for 6218530
scripts/rollup.config.js
@@ -11,7 +11,7 @@ module.exports.EventTarget = module.exports["default"] = EventTarget
11
module.exports.defineEventAttribute = defineEventAttribute
12
`
13
const umdOutro = `if (typeof module === "undefined" && typeof define === "undefined") {
14
- const global = Function("return this")()
+ var global = Function("return this")()
15
global.EventTargetShim = EventTarget
16
global.EventTargetShim.defineEventAttribute = defineEventAttribute
17
}
0 commit comments