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