aboutsummaryrefslogtreecommitdiffstats
path: root/content_scripts/vimium_frontend.coffee
diff options
context:
space:
mode:
authorStephen Blott2017-04-13 14:09:14 +0100
committerStephen Blott2017-04-18 05:50:51 +0100
commit8e4119f84bbde748eb595e6766dbb47a6cd0133c (patch)
tree56fa1b1d54e1662754aee9e2d7289d316b905d7b /content_scripts/vimium_frontend.coffee
parent388d866e995249a0be3154c349db2edac664a3fa (diff)
downloadvimium-8e4119f84bbde748eb595e6766dbb47a6cd0133c.tar.bz2
Rework tests for all key handling on keydown.
Diffstat (limited to 'content_scripts/vimium_frontend.coffee')
-rw-r--r--content_scripts/vimium_frontend.coffee2
1 files changed, 1 insertions, 1 deletions
diff --git a/content_scripts/vimium_frontend.coffee b/content_scripts/vimium_frontend.coffee
index 2331a8cf..b3a85bfb 100644
--- a/content_scripts/vimium_frontend.coffee
+++ b/content_scripts/vimium_frontend.coffee
@@ -687,4 +687,4 @@ root.bgLog = bgLog
extend root, {handleEscapeForFindMode, handleEnterForFindMode, performFind, performBackwardsFind,
enterFindMode, focusThisFrame}
# These are exported only for the tests.
-extend root, {installModes, installListeners}
+extend root, {installModes}