mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 22:37:58 +01:00
Remove a trailing comma.
This commit is contained in:
@@ -886,7 +886,7 @@ function Hints() //{{{
|
||||
context.completions = [[k, v.prompt] for ([k, v] in Iterator(hintModes))];
|
||||
},
|
||||
onChange: function () { modes.pop() },
|
||||
onCancel: function (arg) { arg && setTimeout(function () hints.show(arg), 0); },
|
||||
onCancel: function (arg) { arg && setTimeout(function () hints.show(arg), 0); }
|
||||
});
|
||||
}, { flags: Mappings.flags.COUNT });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user