aboutsummaryrefslogtreecommitdiffstats
path: root/lib/html_script_finder/web_labels
diff options
context:
space:
mode:
authorNik Nyby <nikolas@gnu.org>2015-06-20 14:15:13 -0400
committerNik Nyby <nikolas@gnu.org>2015-06-20 14:15:13 -0400
commit7960459fc1d81dce2d5b08e5ae4873c3ad5d0b85 (patch)
treed9e93f7ed13092d84fe12d0103f2a21f0748905b /lib/html_script_finder/web_labels
parentd5c55c02cafe50b7406ed3aa8d26be374860d14c (diff)
downloadlibrejsxul-7960459fc1d81dce2d5b08e5ae4873c3ad5d0b85.tar.lz
librejsxul-7960459fc1d81dce2d5b08e5ae4873c3ad5d0b85.tar.xz
librejsxul-7960459fc1d81dce2d5b08e5ae4873c3ad5d0b85.zip
use spdx license identifiers
Diffstat (limited to 'lib/html_script_finder/web_labels')
-rw-r--r--lib/html_script_finder/web_labels/js_web_labels.js3
1 files changed, 2 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 e987923..f811e35 100644
--- a/lib/html_script_finder/web_labels/js_web_labels.js
+++ b/lib/html_script_finder/web_labels/js_web_labels.js
@@ -124,7 +124,8 @@ WebLabelFinder.prototype.formatURL = function(link) {
WebLabelFinder.prototype.fetchLicensePage = function() {
var that = this;
try {
- var req = Cc["@mozilla.org/xmlextras/xmlhttprequest;1"].createInstance();
+ var req = Cc["@mozilla.org/xmlextras/xmlhttprequest;1"]
+ .createInstance();
req.onload = function() {
console.debug("Fetching License!");