diff options
| author | Stephen Blott | 2014-11-11 14:41:58 +0000 | 
|---|---|---|
| committer | Stephen Blott | 2014-11-11 14:55:57 +0000 | 
| commit | 553a5c21aef68811d7e9289a68edea11613f93ea (patch) | |
| tree | 6fecd87e9766b6c6c9279a02d2e5fd161071aea4 | |
| parent | a8776fe42db51133205222ef9220485460150bad (diff) | |
| download | vimium-553a5c21aef68811d7e9289a68edea11613f93ea.tar.bz2 | |
Smooth scroll; add comment and remove unused variable.
| -rw-r--r-- | content_scripts/scroller.coffee | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/content_scripts/scroller.coffee b/content_scripts/scroller.coffee index 8d6ca128..683e7f99 100644 --- a/content_scripts/scroller.coffee +++ b/content_scripts/scroller.coffee @@ -124,7 +124,6 @@ doScrollBy = do ->      delta = roundOut(amount / duration)      animatorId = null -    lastTime = null      start = null      scrolledAmount = 0 | 
