From 7960459fc1d81dce2d5b08e5ae4873c3ad5d0b85 Mon Sep 17 00:00:00 2001 From: Nik Nyby Date: Sat, 20 Jun 2015 14:15:13 -0400 Subject: use spdx license identifiers --- lib/html_script_finder/web_labels/js_web_labels.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/html_script_finder/web_labels/js_web_labels.js') 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!"); -- cgit v1.2.3