From 65636fb834dc04f4245eefeb1e6739140a576f16 Mon Sep 17 00:00:00 2001 From: Chuck Dries Date: Thu, 16 Feb 2017 19:29:47 -0700 Subject: [PATCH] Minor changes --- scroll.js | 1 - 1 file changed, 1 deletion(-) diff --git a/scroll.js b/scroll.js index 33ce45a..f75d7c3 100644 --- a/scroll.js +++ b/scroll.js @@ -27,5 +27,4 @@ function animateScroll(timeStamp){ if(Math.floor(currentHeight) != Math.floor(targetHeight)){ //schedule another tick if we need to window.requestAnimationFrame(animateScroll); } - } \ No newline at end of file