OPPG-376: Added comment about the getContentPath function beeing deprecated
parent
9a2e77a069
commit
8c46294dcd
|
@ -120,7 +120,9 @@ H5P.getPath = function (path, contentId) {
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Find the path to the content files folder based on the id of the content
|
* THIS FUNCTION IS DEPRECATED, USE getPath INSTEAD
|
||||||
|
*
|
||||||
|
* Find the path to the content files folder based on the id of the content
|
||||||
*
|
*
|
||||||
* @param contentId
|
* @param contentId
|
||||||
* Id of the content requesting a path
|
* Id of the content requesting a path
|
||||||
|
|
Loading…
Reference in New Issue