aboutsummaryrefslogtreecommitdiffstats
path: root/lib/html_script_finder
diff options
context:
space:
mode:
authorNik Nyby <nikolas@gnu.org>2015-10-23 00:11:54 -0400
committerNik Nyby <nikolas@gnu.org>2015-10-23 00:11:54 -0400
commitecb096a25bf7a21714d940212040e959b2d2d48d (patch)
tree14c2cba75e4a923f7dbd5fb26b8915da3e406e3a /lib/html_script_finder
parent965af25a06bef4ba766d051b0f93d895ca11e1cf (diff)
downloadlibrejsxul-ecb096a25bf7a21714d940212040e959b2d2d48d.tar.lz
librejsxul-ecb096a25bf7a21714d940212040e959b2d2d48d.tar.xz
librejsxul-ecb096a25bf7a21714d940212040e959b2d2d48d.zip
updates for jpm
Diffstat (limited to 'lib/html_script_finder')
-rw-r--r--lib/html_script_finder/web_labels/js_web_labels.js2
1 files changed, 1 insertions, 1 deletions
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'
) {