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/modules/SharedFrame.jsm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'application/palemoon/modules/SharedFrame.jsm') diff --git a/application/palemoon/modules/SharedFrame.jsm b/application/palemoon/modules/SharedFrame.jsm index 4d248ae5b..b9d59bfa9 100644 --- a/application/palemoon/modules/SharedFrame.jsm +++ b/application/palemoon/modules/SharedFrame.jsm @@ -18,7 +18,7 @@ const Cu = Components.utils; * when another one of the placeholder is meant to be displayed. * */ -let Frames = new Map(); +var Frames = new Map(); /** * The Frames map is the main data structure that holds information -- cgit v1.2.3