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 9fcaa24 commit f122c85Copy full SHA for f122c85
2 files changed
lib/runtime/LoadScriptRuntimeModule.js
@@ -147,7 +147,6 @@ class LoadScriptRuntimeModule extends HelperRuntimeModule {
147
"if(prev) return prev(event);"
148
])
149
),
150
- ";",
151
`var timeout = setTimeout(onScriptComplete.bind(null, undefined, { type: 'timeout', target: script }), ${loadTimeout});`,
152
"script.onerror = onScriptComplete.bind(null, script.onerror);",
153
"script.onload = onScriptComplete.bind(null, script.onload);",
0 commit comments