1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-05 07:45:51 +01:00

remove a redeclaration (let)

This commit is contained in:
anekos616@gmail.com
2009-11-17 18:00:10 +09:00
parent 49bedfa5c2
commit 73299bc6d2

2
common/content/options.js Normal file → Executable file
View File

@@ -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]) {