diff --git a/js/h5p.js b/js/h5p.js index 269ff00..8466055 100644 --- a/js/h5p.js +++ b/js/h5p.js @@ -327,4 +327,4 @@ Array.prototype.contains = function (needle) { // Finally, we want to run init when document is ready. H5P.jQuery(document).ready(function(){ H5P.init(); -}); +}); \ No newline at end of file