mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 15:17:58 +01:00
Add missing semicolons.
...let the good times roll.
This commit is contained in:
@@ -449,7 +449,7 @@ const Mappings = Module("mappings", {
|
||||
const opts = {
|
||||
completer: function (context, args) {
|
||||
if (args.length == 1)
|
||||
return completion.userMapping(context, args, mapmodes)
|
||||
return completion.userMapping(context, args, mapmodes);
|
||||
if (args["-javascript"])
|
||||
return completion.javascript(context);
|
||||
if (args["-ex"])
|
||||
|
||||
Reference in New Issue
Block a user