1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-31 10:05:47 +01:00

Fix Text Edit maps index.

This commit is contained in:
Kris Maglione
2011-01-06 13:19:06 -05:00
parent 524f9c2daf
commit 1aedb491f8
2 changed files with 5 additions and 5 deletions

View File

@@ -592,7 +592,7 @@ var Mappings = Module("mappings", {
({ helpTag: prefix + map.name, __proto__: map }
for (map in self.iterate(args))),
description: "List all " + mode.name + " mode mappings along with their short descriptions",
index: mode.char + "-maps",
index: mode.char + "-map",
getMode: function (args) mode,
options: []
});