JI-575 Add support for file aggregation

pull/52/head
Frode Petterson 2018-05-03 10:27:06 +02:00
parent 0fb35a3f7c
commit 022695ac74
6 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
var H5P = H5P || {};
var H5P = window.H5P = window.H5P || {};
importScripts('h5p-version.js', 'h5p-content-upgrade-process.js');
var libraryLoadedCallback;

View File

@ -1,4 +1,4 @@
var H5P = H5P || {};
var H5P = window.H5P = window.H5P || {};
/**
* The Event class for the EventDispatcher.

View File

@ -1,4 +1,4 @@
var H5P = H5P || {};
var H5P = window.H5P = window.H5P || {};
/**
* Used for xAPI events.

View File

@ -1,4 +1,4 @@
var H5P = H5P || {};
var H5P = window.H5P = window.H5P || {};
/**
* The external event dispatcher. Others, outside of H5P may register and

View File

@ -2,7 +2,7 @@
// TODO: Should we split up the generic parts needed by the editor(and others), and the parts needed to "run" H5Ps?
/** @namespace */
var H5P = H5P || {};
var H5P = window.H5P = window.H5P || {};
/**
* Tells us if we're inside of an iframe.

2
js/jquery.js vendored
View File

@ -5,7 +5,7 @@ return(!i||i!==r&&!b.contains(r,i))&&(e.type=o.origType,n=o.handler.apply(this,a
// Snap this specific version of jQuery into H5P. jQuery.noConflict will
// revert the globals to what they were before this file was loaded.
var H5P = H5P || {};
var H5P = window.H5P = window.H5P || {};
/**
* jQuery v1.9.1