1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-04 05:34:14 +01:00

fix some arg redeclarations

This commit is contained in:
Doug Kearns
2008-09-28 12:51:53 +00:00
parent dfb86f7471
commit c076c8be0f
6 changed files with 11 additions and 11 deletions

View File

@@ -198,7 +198,7 @@ liberator.Mappings = function () //{{{
}
}
var modeDescription = modeDescription ? " in " + modeDescription + " mode" : "";
modeDescription = modeDescription ? " in " + modeDescription + " mode" : "";
liberator.commands.add([ch ? ch + "m[ap]" : "map"],
"Map a key sequence" + modeDescription,