From 8431304dd0556a02a8f53c5c65777d74ce7e1226 Mon Sep 17 00:00:00 2001 From: Svein-Tore Griff With Date: Fri, 10 Jul 2015 11:41:28 +0200 Subject: [PATCH] Remove todos --- js/h5p.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/js/h5p.js b/js/h5p.js index 9bf7c21..f217a5f 100644 --- a/js/h5p.js +++ b/js/h5p.js @@ -682,9 +682,6 @@ H5P.classFromName = function (name) { * Instance. */ H5P.newRunnable = function (library, contentId, $attachTo, skipResize, extras) { - // TODO: Should we check if version matches the library? - // TODO: Dynamically try to load libraries currently not loaded? That will require a callback. - var nameSplit, versionSplit, machineName; try { nameSplit = library.library.split(' ', 2);