From ecb096a25bf7a21714d940212040e959b2d2d48d Mon Sep 17 00:00:00 2001 From: Nik Nyby Date: Fri, 23 Oct 2015 00:11:54 -0400 Subject: updates for jpm --- lib/html_script_finder/web_labels/js_web_labels.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/html_script_finder') diff --git a/lib/html_script_finder/web_labels/js_web_labels.js b/lib/html_script_finder/web_labels/js_web_labels.js index e428d41..0cb64bf 100644 --- a/lib/html_script_finder/web_labels/js_web_labels.js +++ b/lib/html_script_finder/web_labels/js_web_labels.js @@ -174,7 +174,7 @@ WebLabelFinder.prototype.isLicenseFree = function( var found = false; // Check if we can look up this license by its identifier. - var identifier = lic.licenses[i]['licenseName']; + var identifier = lic.licenses[i].licenseName; if (typeof identifier !== 'undefined' && typeof licenses[identifier] !== 'undefined' ) { -- cgit v1.2.3