mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 16:57:59 +01:00
Fix minefield.
This commit is contained in:
@@ -1278,7 +1278,7 @@ var Hints = Module("hints", {
|
||||
function ({ count }) { hints.open("g;", { continue: true, count: count }); },
|
||||
{ count: true });
|
||||
|
||||
let bind = function bind(names, description, action, params)
|
||||
bind = function bind(names, description, action, params)
|
||||
mappings.add([modes.HINTS], names, description,
|
||||
action, params);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user