Bugfixes to make content path work

namespaces
Svein-Tore Griff With 2013-01-20 16:45:35 +01:00
parent c4b3c420fd
commit 57674be19d
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ H5P.init = function () {
H5P.getContentPath = function(contentId) {
// TODO: Rewrite or remove... H5P.getContentPath = H5PIntegration.getContentPath would probably work f.i.
H5PIntegration.getContentPath(contentId);
return H5PIntegration.getContentPath(contentId);
}
//