Added autoload so other modules easily may use our classes.
Moved H5P scripts to library array. Fixed editor dependencies.namespaces
parent
b51e08a3aa
commit
64eda45a14
|
@ -886,6 +886,13 @@ class H5PStorage {
|
||||||
* Functions and storage shared by the other H5P classes
|
* Functions and storage shared by the other H5P classes
|
||||||
*/
|
*/
|
||||||
class H5PCore {
|
class H5PCore {
|
||||||
|
|
||||||
|
public static $scripts = array(
|
||||||
|
'js/jquery.js',
|
||||||
|
'js/h5p.js',
|
||||||
|
'js/flowplayer-3.2.12.min.js',
|
||||||
|
);
|
||||||
|
|
||||||
public $h5pF;
|
public $h5pF;
|
||||||
public $librariesJsonData;
|
public $librariesJsonData;
|
||||||
public $contentJsonData;
|
public $contentJsonData;
|
||||||
|
|
Loading…
Reference in New Issue