JI-575 Fix content upgrade script

pull/52/head 1.18.0
Frode Petterson 2018-05-03 13:50:40 +02:00
parent d99ab7eda2
commit 942a083afa
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
var H5P = window.H5P = window.H5P || {};
var H5P = H5P || {};
importScripts('h5p-version.js', 'h5p-content-upgrade-process.js');
var libraryLoadedCallback;