aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Blott2017-04-11 16:05:18 +0100
committerStephen Blott2017-04-18 05:50:51 +0100
commit388d866e995249a0be3154c349db2edac664a3fa (patch)
treec84cf949cc0a7d35a1b6af28186bb9f3217e82a0
parentbd66c90a6e678fe931bed75f9dda562adc9e4b7d (diff)
downloadvimium-388d866e995249a0be3154c349db2edac664a3fa.tar.bz2
Remove out-of-date comment.
-rw-r--r--content_scripts/link_hints.coffee4
1 files changed, 0 insertions, 4 deletions
diff --git a/content_scripts/link_hints.coffee b/content_scripts/link_hints.coffee
index 8f8c5318..e5c8b57b 100644
--- a/content_scripts/link_hints.coffee
+++ b/content_scripts/link_hints.coffee
@@ -433,10 +433,6 @@ class LinkHintsMode
class AlphabetHints
constructor: ->
@linkHintCharacters = Settings.get("linkHintCharacters").toLowerCase()
- # We use the keyChar from keydown if the link-hint characters are all "a-z0-9". This is the default
- # settings value, and preserves the legacy behavior (which always used keydown) for users which are
- # familiar with that behavior. Otherwise, we use keyChar from keypress, which admits non-Latin
- # characters. See #1722.
@hintKeystrokeQueue = []
fillInMarkers: (hintMarkers) ->