From 73299bc6d26ceb0aac6b85098326090a283aabb1 Mon Sep 17 00:00:00 2001 From: "anekos616@gmail.com" Date: Tue, 17 Nov 2009 18:00:10 +0900 Subject: [PATCH] remove a redeclaration (let) --- common/content/options.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 common/content/options.js diff --git a/common/content/options.js b/common/content/options.js old mode 100644 new mode 100755 index 9632d7cd..e304339f --- a/common/content/options.js +++ b/common/content/options.js @@ -1115,7 +1115,7 @@ const Options = Module("options", { liberator.assert(reference[0] || !stuff, "E121: Undefined variable: " + name); - let expr = liberator.evalExpression(expr); + expr = liberator.evalExpression(expr); liberator.assert(expr !== undefined, "E15: Invalid expression: " + expr); if (!reference[0]) {