aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Blott2014-11-11 14:41:58 +0000
committerStephen Blott2014-11-11 14:55:57 +0000
commit553a5c21aef68811d7e9289a68edea11613f93ea (patch)
tree6fecd87e9766b6c6c9279a02d2e5fd161071aea4
parenta8776fe42db51133205222ef9220485460150bad (diff)
downloadvimium-553a5c21aef68811d7e9289a68edea11613f93ea.tar.bz2
Smooth scroll; add comment and remove unused variable.
-rw-r--r--content_scripts/scroller.coffee1
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