1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 13:52:26 +01:00

fix broken :unmap

This commit is contained in:
Doug Kearns
2008-11-24 12:35:08 +00:00
parent 874ab93fa9
commit c2c00a86e3

View File

@@ -224,7 +224,7 @@ function Mappings() //{{{
"Remove a mapping" + modeDescription, "Remove a mapping" + modeDescription,
function (args) function (args)
{ {
args = args.arguments[1]; args = args.arguments[0];
let found = false; let found = false;
for (let [,mode] in Iterator(modes)) for (let [,mode] in Iterator(modes))