1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-06-10 15:05:32 +02:00

fix broken :unmap

This commit is contained in:
Doug Kearns
2008-11-24 12:35:08 +00:00
parent 874ab93fa9
commit c2c00a86e3
+1 -1
View File
@@ -224,7 +224,7 @@ function Mappings() //{{{
"Remove a mapping" + modeDescription,
function (args)
{
args = args.arguments[1];
args = args.arguments[0];
let found = false;
for (let [,mode] in Iterator(modes))