From aaedd545f7916eefc429d0d8b335f43ade6f790d Mon Sep 17 00:00:00 2001 From: Frode Petterson Date: Tue, 18 Jul 2017 10:08:10 +0200 Subject: [PATCH] Fix missing default --- js/questionset.js | 1 + library.json | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/js/questionset.js b/js/questionset.js index 0fdd085..0869070 100644 --- a/js/questionset.js +++ b/js/questionset.js @@ -119,6 +119,7 @@ H5P.QuestionSet = function (options, contentId, contentData) { showAnimations: false, skipButtonText: 'Skip video' }, + override: {}, disableBackwardsNavigation: false }; diff --git a/library.json b/library.json index dcb9339..780b83b 100644 --- a/library.json +++ b/library.json @@ -4,7 +4,7 @@ "contentType": "question", "majorVersion": 1, "minorVersion": 12, - "patchVersion": 1, + "patchVersion": 2, "embedTypes": [ "iframe" ], @@ -61,4 +61,4 @@ "minorVersion": 2 } ] -} \ No newline at end of file +}