From dd52ec332eed94cd1b3cc30446c7a127f00b0e8a Mon Sep 17 00:00:00 2001 From: Frode Petterson Date: Thu, 22 May 2014 11:15:16 +0200 Subject: [PATCH] Made sure the browsers built-in JSON is used everywhere. --- js/h5p.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/h5p.js b/js/h5p.js index fc65d9b..367aaac 100644 --- a/js/h5p.js +++ b/js/h5p.js @@ -45,7 +45,7 @@ H5P.init = function () { } var library = { library: contentData.library, - params: H5P.jQuery.parseJSON(contentData.jsonContent) + params: JSON.parse(contentData.jsonContent) }; // Create new instance.