diff options
author | Kris Maglione <maglione.k@gmail.com> | 2011-03-01 18:38:12 -0500 |
---|---|---|
committer | Kris Maglione <maglione.k@gmail.com> | 2011-03-01 18:38:12 -0500 |
commit | 7f447b911c0f4523251560d24155734614ec0be8 (patch) | |
tree | 2465d449836e95386bac55a27193ccc3807c296a /common/modules/config.jsm | |
parent | f34e2a96f1ca3a2f0eb04cdeed906b49ff382fcd (diff) | |
download | pentadactyl-7f447b911c0f4523251560d24155734614ec0be8.tar.gz |
Get rid of absurd config.ignoreKeys. Closes issue #406.
Diffstat (limited to 'common/modules/config.jsm')
-rw-r--r-- | common/modules/config.jsm | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/common/modules/config.jsm b/common/modules/config.jsm index d1680f73..5c817582 100644 --- a/common/modules/config.jsm +++ b/common/modules/config.jsm @@ -325,12 +325,6 @@ var ConfigBase = Class("ConfigBase", { host: null, /** - * @property {Object} A map between key names for key events which should be ignored, - * and a mask of the modes in which they should be ignored. - */ - ignoreKeys: {}, // NOTE: be aware you can't put useful values in here, as "modes.NORMAL" etc. are not defined at this time - - /** * @property {[[]]} An array of application specific mode specifications. * The values of each mode are passed to modes.addMode during * dactyl startup. |