jackmoore / wheelzoom

A small script for zooming IMG elements with the mousewheel/trackpad.
http://www.jacklmoore.com/wheelzoom
MIT License
342 stars 95 forks source link

TypeError on 'wheelzoom.destroy' #16

Closed aaugustin closed 8 years ago

aaugustin commented 8 years ago

I get this error in the console:

TypeError: Not enough arguments to EventTarget.removeEventListener.

Apparently that's because img.removeEventListener('wheelzoom.destroy'); is called without a second argument.