Dan Andréasson

Results 2 issues of Dan Andréasson

1. When removing event listeners, refer to the new function created by `throttle` instead of the original unthrottled function 2. Pass in the document/window listener options to `removeEventListener`. From https://developer.mozilla.org/en-US/docs/Web/API/EventTarget/removeEventListener...