aboutsummaryrefslogtreecommitdiffstats
path: root/background_scripts/main.coffee
diff options
context:
space:
mode:
authorStephen Blott2014-12-16 15:34:36 +0000
committerStephen Blott2014-12-16 15:34:36 +0000
commitf0d8ad6740910bef0057b863974ccf8f851e3a24 (patch)
tree126ac880a14a94d7116af5d32f4c877620d5b37a /background_scripts/main.coffee
parent23ce72b0e845d2c4a1469f629cd1abd70dce6652 (diff)
parent8a2f7bf9db05342bab2442f6b761f855fb0ca209 (diff)
downloadvimium-f0d8ad6740910bef0057b863974ccf8f851e3a24.tar.bz2
Merge branch 'skip-tiny-frames' of https://github.com/mrmr1993/vimium into mrmr1993-skip-tiny-frames
Diffstat (limited to 'background_scripts/main.coffee')
-rw-r--r--background_scripts/main.coffee1
1 files changed, 1 insertions, 0 deletions
diff --git a/background_scripts/main.coffee b/background_scripts/main.coffee
index 3ec618c9..647923c0 100644
--- a/background_scripts/main.coffee
+++ b/background_scripts/main.coffee
@@ -633,6 +633,7 @@ sendRequestHandlers =
registerFrame: registerFrame,
unregisterFrame: unregisterFrame,
frameFocused: handleFrameFocused,
+ nextFrame: (request) -> BackgroundCommands.nextFrame 1, request.frameId
upgradeNotificationClosed: upgradeNotificationClosed,
updateScrollPosition: handleUpdateScrollPosition,
copyToClipboard: copyToClipboard,