From 931950a880b3550490422b1855c509be10586858 Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Mon, 16 Apr 2018 14:47:03 +0200 Subject: Mass-replace global-scope let with var in Pale Moon and TychoAM tag #155 --- application/palemoon/components/places/content/controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'application/palemoon/components/places/content/controller.js') diff --git a/application/palemoon/components/places/content/controller.js b/application/palemoon/components/places/content/controller.js index 4d3773905..e2ae2afb0 100644 --- a/application/palemoon/components/places/content/controller.js +++ b/application/palemoon/components/places/content/controller.js @@ -1603,7 +1603,7 @@ PlacesController.prototype = { * the view that the item(s) have been dropped on was not necessarily active. * Drop functions are passed the view that is being dropped on. */ -let PlacesControllerDragHelper = { +var PlacesControllerDragHelper = { /** * DOM Element currently being dragged over */ -- cgit v1.2.3