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); });