Added new element type in coursepresentation: ExportableTextArea

namespaces
Pål Jørgensen 2013-07-08 08:59:14 +02:00
parent d1036e9a5a
commit 38d8269a76
1 changed files with 10 additions and 0 deletions

View File

@ -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.
*