summaryrefslogtreecommitdiffstats
path: root/application/palemoon/base/content/newtab/drop.js
diff options
context:
space:
mode:
Diffstat (limited to 'application/palemoon/base/content/newtab/drop.js')
-rw-r--r--application/palemoon/base/content/newtab/drop.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/palemoon/base/content/newtab/drop.js b/application/palemoon/base/content/newtab/drop.js
index d7bf30506..748652455 100644
--- a/application/palemoon/base/content/newtab/drop.js
+++ b/application/palemoon/base/content/newtab/drop.js
@@ -11,7 +11,7 @@ const DELAY_REARRANGE_MS = 100;
/**
* This singleton implements site dropping functionality.
*/
-let gDrop = {
+var gDrop = {
/**
* The last drop target.
*/