mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 06:58:00 +01:00
Add missing semicolons.
...let the good times roll.
This commit is contained in:
@@ -201,7 +201,7 @@ const AutoCommands = Module("autocommands", {
|
||||
options: [
|
||||
{
|
||||
names: ["-javascript", "-js"],
|
||||
description: "Interperate the action as JavaScript code rather than an ex command",
|
||||
description: "Interperate the action as JavaScript code rather than an ex command"
|
||||
}
|
||||
]
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user