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:
2
common/content/options.js
Normal file → Executable file
2
common/content/options.js
Normal file → Executable 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]) {
|
||||
|
||||
Reference in New Issue
Block a user