Actualización
This commit is contained in:
10
plugin/h5p/cache-h5p/src/js/index.js
Normal file
10
plugin/h5p/cache-h5p/src/js/index.js
Normal file
@@ -0,0 +1,10 @@
|
||||
import './h5p-integration';
|
||||
import H5PStandalone from './h5p-standalone.class';
|
||||
import 'H5PEventDispatcher';
|
||||
import 'H5PxAPI';
|
||||
import 'H5PxAPIEvent';
|
||||
import 'H5PContentType';
|
||||
|
||||
window.H5P.preventInit = true;
|
||||
|
||||
export default { H5P: H5PStandalone };
|
||||
Reference in New Issue
Block a user