1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-19 18:18:00 +01:00

Key processing cleanup and bug fixes.

This commit is contained in:
Kris Maglione
2011-01-19 00:35:53 -05:00
parent e28b009036
commit 9546a7adb6
4 changed files with 37 additions and 33 deletions

View File

@@ -436,11 +436,11 @@ var Modes = Module("modes", {
count: true,
get description() this.disp,
get description() this._display,
disp: Class.memoize(function () this.name.replace("_", " ", "g")),
_display: Class.memoize(function () this.name.replace("_", " ", "g")),
display: function () this.disp,
display: function () this._display,
extended: false,