commit 109c1defa853ec6364c66a72b3554ea05304dd3f Author: Georg Koppen gk@torproject.org Date: Sat Oct 12 13:17:35 2019 +0000
fixup! Bug 31286: Implementation of bridge, proxy, and firewall settings in about:preferences#tor --- browser/modules/BridgeDB.jsm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/browser/modules/BridgeDB.jsm b/browser/modules/BridgeDB.jsm index 16bf02e6c688..2caa26b4e2e0 100644 --- a/browser/modules/BridgeDB.jsm +++ b/browser/modules/BridgeDB.jsm @@ -1,4 +1,4 @@ -"use strict;"; +"use strict";
var EXPORTED_SYMBOLS = ["BridgeDB"];
tbb-commits@lists.torproject.org