diff --git a/js/questionset.js b/js/questionset.js index e848d7e..e4980a2 100644 --- a/js/questionset.js +++ b/js/questionset.js @@ -10,7 +10,7 @@ // // Events provided: // - h5pQuestionSetFinished: Triggered when a question is finished. (User presses Finish-button) -window.H5P = window.H5P || {}; +var H5P = H5P || {}; H5P.QuestionSet = function (options, contentId) { if ( !(this instanceof H5P.QuestionSet) )