aboutsummaryrefslogtreecommitdiffstats
path: root/content_scripts/vimium_frontend.coffee
diff options
context:
space:
mode:
authorStephen Blott2016-03-16 06:35:38 +0000
committerStephen Blott2016-03-28 05:46:36 +0100
commit7532d1c1dda67cb233e488afafbbf29308dc65bf (patch)
tree93c177dcbdb1d715b6fb40eae960a5503ad7d3b6 /content_scripts/vimium_frontend.coffee
parent742dcfcca95918996a27930bfdd86b19307d8450 (diff)
downloadvimium-7532d1c1dda67cb233e488afafbbf29308dc65bf.tar.bz2
Global link hints; make frames selectable.
Diffstat (limited to 'content_scripts/vimium_frontend.coffee')
-rw-r--r--content_scripts/vimium_frontend.coffee4
1 files changed, 2 insertions, 2 deletions
diff --git a/content_scripts/vimium_frontend.coffee b/content_scripts/vimium_frontend.coffee
index bd7da625..93ab440a 100644
--- a/content_scripts/vimium_frontend.coffee
+++ b/content_scripts/vimium_frontend.coffee
@@ -638,8 +638,8 @@ root.frameId = frameId
root.Frame = Frame
root.windowIsFocused = windowIsFocused
root.bgLog = bgLog
-# These are exported for find mode.
+# These are exported for find mode and link-hints mode.
extend root, {handleEscapeForFindMode, handleEnterForFindMode, performFind, performBackwardsFind,
- enterFindMode}
+ enterFindMode, focusThisFrame}
# These are exported only for the tests.
extend root, {installModes, installListeners}