Fix missing default

pull/16/head 1.12.2
Frode Petterson 2017-07-18 10:08:10 +02:00
parent d0c8337f66
commit aaedd545f7
2 changed files with 3 additions and 2 deletions

View File

@ -119,6 +119,7 @@ H5P.QuestionSet = function (options, contentId, contentData) {
showAnimations: false,
skipButtonText: 'Skip video'
},
override: {},
disableBackwardsNavigation: false
};

View File

@ -4,7 +4,7 @@
"contentType": "question",
"majorVersion": 1,
"minorVersion": 12,
"patchVersion": 1,
"patchVersion": 2,
"embedTypes": [
"iframe"
],
@ -61,4 +61,4 @@
"minorVersion": 2
}
]
}
}