mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-05 05:14:19 +01:00
Fix brokenness.
This commit is contained in:
@@ -375,7 +375,8 @@ var Mappings = Module("mappings", {
|
||||
return key;
|
||||
}).flatten().array;
|
||||
|
||||
res = util.debrace(globbed).map(k => DOM.Event.canonicalKeys(k));
|
||||
res = util.debrace(globbed)
|
||||
.map(k => DOM.Event.canonicalKeys(k));
|
||||
}
|
||||
|
||||
if (keys != arguments[0])
|
||||
|
||||
Reference in New Issue
Block a user