diff options
Diffstat (limited to 'lib/html_script_finder')
-rw-r--r-- | lib/html_script_finder/web_labels/js_web_labels.js | 3 |
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!"); |