1
0
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:
Kris Maglione
2015-03-05 13:44:59 -08:00
parent d6543c6510
commit 06f63847e0
2 changed files with 5 additions and 3 deletions

View File

@@ -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])