From 9df2a2381af0c813d01ced45b0aae04b68f9deb8 Mon Sep 17 00:00:00 2001 From: Tyler Hallada Date: Mon, 7 Aug 2017 21:56:51 -0400 Subject: [PATCH] Delete unneeded comment --- js/proximity.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/proximity.js b/js/proximity.js index 9fbacce..d87bfc3 100644 --- a/js/proximity.js +++ b/js/proximity.js @@ -660,7 +660,6 @@ window.onload = loopStart; /* MOUSE AND TOUCH EVENTS */ -// FIXME: buggy :( window.addEventListener('mousewheel', function (e) { scrollDelta = scrollDelta + ((e.deltaY / 100) * 3); });