Minor changes

This commit is contained in:
Chuck Dries 2017-02-16 19:29:47 -07:00
parent 7f19287781
commit 65636fb834

View File

@ -27,5 +27,4 @@ function animateScroll(timeStamp){
if(Math.floor(currentHeight) != Math.floor(targetHeight)){ //schedule another tick if we need to
window.requestAnimationFrame(animateScroll);
}
}