1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-27 23:45:46 +01:00

Fix :map -mode description.

This commit is contained in:
Doug Kearns
2011-01-31 22:29:26 +11:00
parent bff31e153d
commit bb4423c14c

View File

@@ -767,7 +767,7 @@ var Mappings = Module("mappings", {
literal: 0, literal: 0,
options: [ options: [
update({}, modeFlag, { update({}, modeFlag, {
description: "The in which to feed the keys" description: "The mode in which to feed the keys"
}) })
] ]
}); });