johnpolacek / BigVideo.js

The jQuery Plugin for Big Background Video (and Images)
http://johnpolacek.github.io/BigVideo.js/
2.25k stars 422 forks source link

Fail to properly dispose of handlers - unbinding event #154

Open mitjacotic opened 9 years ago

mitjacotic commented 9 years ago

On our project bigvideo spams the console with errors and occasionally messes the whole app after we dispose of it because there is an event attached to a body's click which is not removed when remove/dispose is called.