Dropped window in favor of var to increase readability, usability and prevent IE8 from crashing.

d3summaryChart
Frode Petterson 2013-04-02 17:04:35 +02:00
parent 8ddc2ec148
commit 084924935e
1 changed files with 1 additions and 1 deletions

View File

@ -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) )