summaryrefslogtreecommitdiff
path: root/teledactyl
diff options
context:
space:
mode:
authorKris Maglione <maglione.k@gmail.com>2011-01-18 17:35:57 -0500
committerKris Maglione <maglione.k@gmail.com>2011-01-18 17:35:57 -0500
commitc78bb0f3328cf2083b94f2d9c1afcd1af2b48f53 (patch)
tree115e3e51c1de52c5adc24e10c61979af857c489c /teledactyl
parent3e95b19cb09be60feb5236968bb11948064049d3 (diff)
downloadpentadactyl-c78bb0f3328cf2083b94f2d9c1afcd1af2b48f53.tar.gz
Get rid of absurd Map#route flag. Consolodate some constants.
Diffstat (limited to 'teledactyl')
-rw-r--r--teledactyl/content/mail.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/teledactyl/content/mail.js b/teledactyl/content/mail.js
index c6273b78..11d84b80 100644
--- a/teledactyl/content/mail.js
+++ b/teledactyl/content/mail.js
@@ -514,8 +514,7 @@ const Mail = Module("mail", {
mappings.add(myModes, ["<Space>"],
"Scroll message or select next unread one",
- function () true,
- { route: true });
+ function () Events.PASS);
mappings.add(myModes, ["t"],
"Select thread",