diff options
| author | Stephen Blott | 2014-12-16 15:34:36 +0000 | 
|---|---|---|
| committer | Stephen Blott | 2014-12-16 15:34:36 +0000 | 
| commit | f0d8ad6740910bef0057b863974ccf8f851e3a24 (patch) | |
| tree | 126ac880a14a94d7116af5d32f4c877620d5b37a /background_scripts/main.coffee | |
| parent | 23ce72b0e845d2c4a1469f629cd1abd70dce6652 (diff) | |
| parent | 8a2f7bf9db05342bab2442f6b761f855fb0ca209 (diff) | |
| download | vimium-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.coffee | 1 | 
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,  | 
