Skip to content

Commit 942a083

Browse files
committed
JI-575 Fix content upgrade script
1 parent d99ab7e commit 942a083

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/h5p-content-upgrade-worker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
var H5P = window.H5P = window.H5P || {};
1+
var H5P = H5P || {};
22
importScripts('h5p-version.js', 'h5p-content-upgrade-process.js');
33

44
var libraryLoadedCallback;

0 commit comments

Comments
 (0)