From 59025c8e68b290eb15b47403664eb47193a7d450 Mon Sep 17 00:00:00 2001 From: Svein-Tore Griff With Date: Wed, 3 Jul 2013 14:24:09 +0200 Subject: [PATCH] OPPG-376: Added comment about the getContentPath function beeing deprecated --- js/h5p.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/js/h5p.js b/js/h5p.js index afede07..7101e89 100644 --- a/js/h5p.js +++ b/js/h5p.js @@ -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 * Id of the content requesting a path