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

Fix :listkeys.

This commit is contained in:
Kris Maglione
2010-12-18 14:17:34 -05:00
parent 2a27292e8b
commit 1454049f48
4 changed files with 10 additions and 12 deletions

View File

@@ -29,7 +29,7 @@ const Modes = Module("modes", {
}
});
this._mainModes = [this.NONE];
this._mainModes = [];
this._lastMode = 0;
this._modeMap = {};