aboutsummaryrefslogtreecommitdiffstats
path: root/content_scripts
diff options
context:
space:
mode:
authormrmr19932017-10-29 14:43:02 +0000
committermrmr19932017-10-29 14:55:37 +0000
commitdf16e038e0029f1ea7883c0a087505f452285d3b (patch)
tree2d3eeb78fcfe7d5bc3cf9e5d60c7c392a62b5c1c /content_scripts
parentecb8531442daaca1e8a040e65cdc209f173b42c4 (diff)
downloadvimium-df16e038e0029f1ea7883c0a087505f452285d3b.tar.bz2
Remove unused code
Diffstat (limited to 'content_scripts')
-rw-r--r--content_scripts/mode_key_handler.coffee2
1 files changed, 0 insertions, 2 deletions
diff --git a/content_scripts/mode_key_handler.coffee b/content_scripts/mode_key_handler.coffee
index a8ef957d..cca6b77a 100644
--- a/content_scripts/mode_key_handler.coffee
+++ b/content_scripts/mode_key_handler.coffee
@@ -27,8 +27,6 @@ class KeyHandlerMode extends Mode
super extend options,
keydown: @onKeydown.bind this
- # We cannot track keyup events if we lose the focus.
- blur: (event) => @alwaysContinueBubbling => @keydownEvents = {} if event.target == window
if options.exitOnEscape
# If we're part way through a command's key sequence, then a first Escape should reset the key state,