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:
@@ -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,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user