From c7c46bc7791b44f324ba966488f30cbaff1a6305 Mon Sep 17 00:00:00 2001 From: Svein-Tore Griff With Date: Wed, 18 Feb 2015 15:20:20 +0100 Subject: [PATCH] Fix spelling error --- js/h5p.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/h5p.js b/js/h5p.js index 58f6459..aa1dcfe 100644 --- a/js/h5p.js +++ b/js/h5p.js @@ -393,7 +393,7 @@ H5P.newRunnable = function (library, contentId, $attachTo, skipResize) { } if (instance.contentId === undefined) { - instance.conentId = contentId; + instance.contentId = contentId; } if ($attachTo !== undefined) {