summaryrefslogtreecommitdiffstats
path: root/application
diff options
context:
space:
mode:
authorjanekptacijarabaci <janekptacijarabaci@seznam.cz>2018-04-17 08:25:01 +0200
committerjanekptacijarabaci <janekptacijarabaci@seznam.cz>2018-04-17 08:25:01 +0200
commit90c68b34abf51ae0b1a2848094fc3115b30ee498 (patch)
tree218ae021985d3325f6266d460713819655287d29 /application
parente3dda3ebd5658bcea920be3becc89a84194930f6 (diff)
downloadUXP-90c68b34abf51ae0b1a2848094fc3115b30ee498.tar
UXP-90c68b34abf51ae0b1a2848094fc3115b30ee498.tar.gz
UXP-90c68b34abf51ae0b1a2848094fc3115b30ee498.tar.lz
UXP-90c68b34abf51ae0b1a2848094fc3115b30ee498.tar.xz
UXP-90c68b34abf51ae0b1a2848094fc3115b30ee498.zip
[PALEMOON] Remove unused Task.jsm in openLocation.js
Diffstat (limited to 'application')
-rw-r--r--application/palemoon/base/content/openLocation.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/application/palemoon/base/content/openLocation.js b/application/palemoon/base/content/openLocation.js
index f6e6a2434..1a10334c7 100644
--- a/application/palemoon/base/content/openLocation.js
+++ b/application/palemoon/base/content/openLocation.js
@@ -16,7 +16,6 @@ try {
}
Components.utils.import("resource:///modules/openLocationLastURL.jsm", openLocationModule);
-Components.utils.import("resource://gre/modules/Task.jsm");
var gOpenLocationLastURL = new openLocationModule.OpenLocationLastURL(window.opener);
function onLoad()