diff options
| author | Stephen Blott | 2016-01-31 14:25:39 +0000 |
|---|---|---|
| committer | Stephen Blott | 2016-01-31 14:25:42 +0000 |
| commit | d0371a08fd667c31d2681473a8c4e6c8eca4b6ef (patch) | |
| tree | 91d2e77feb7cb86bc0b458499fb6fd494d4d343a | |
| parent | 7f3ae1ffcf3185392cf30a62f4b83474b68f66cc (diff) | |
| download | vimium-d0371a08fd667c31d2681473a8c4e6c8eca4b6ef.tar.bz2 | |
Fix oversight in 7f3ae1ffcf3185392cf30a62f4b83474b68f66cc.
One line was unintentionally deleted.
| -rw-r--r-- | content_scripts/vimium_frontend.coffee | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content_scripts/vimium_frontend.coffee b/content_scripts/vimium_frontend.coffee index f74e8480..a4df78b2 100644 --- a/content_scripts/vimium_frontend.coffee +++ b/content_scripts/vimium_frontend.coffee @@ -308,6 +308,7 @@ window.focusThisFrame = -> extend window, scrollToBottom: -> Marks.setPreviousPosition() + Scroller.scrollTo "y", "max" scrollToTop: (count) -> Marks.setPreviousPosition() Scroller.scrollTo "y", (count - 1) * Settings.get("scrollStepSize") |
