Added new element type in coursepresentation: ExportableTextArea
parent
d1036e9a5a
commit
38d8269a76
10
js/h5p.js
10
js/h5p.js
|
@ -175,6 +175,16 @@ H5P.libraryFromString = function (library) {
|
|||
}
|
||||
};
|
||||
|
||||
/**
|
||||
* Get the path to the library
|
||||
*
|
||||
* @param {string} machineName The machine name of the library
|
||||
* @returns {string} The full path to the library
|
||||
*/
|
||||
H5P.getLibraryPath = function(machineName) {
|
||||
return H5PIntegration.getLibraryPath(machineName);
|
||||
};
|
||||
|
||||
/**
|
||||
* Recursivly clone the given object.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue