From 553a5c21aef68811d7e9289a68edea11613f93ea Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Tue, 11 Nov 2014 14:41:58 +0000 Subject: Smooth scroll; add comment and remove unused variable. --- content_scripts/scroller.coffee | 1 - 1 file changed, 1 deletion(-) (limited to 'content_scripts') 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 -- cgit v1.2.3