mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-04 02:14:12 +01:00
Add missing semicolons.
This commit is contained in:
@@ -350,7 +350,7 @@ var Modes = Module("modes", {
|
||||
if (stack && stack.pop)
|
||||
for (let { obj, prop, value, test } of values(this.topOfStack.saved))
|
||||
if (!test || !test(stack, prev))
|
||||
dactyl.trapErrors(function () { obj[prop] = value });
|
||||
dactyl.trapErrors(function () { obj[prop] = value; });
|
||||
|
||||
this.show();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user