jmpressjs / jmpress.js

A jQuery plugin to build a website on the infinite canvas
http://jmpressjs.github.com/jmpress.js
1.5k stars 237 forks source link

Fixed deregistration of events #105

Closed mmelitzer closed 11 years ago

mmelitzer commented 11 years ago

Events registered in the afterInit function (mousewheel, mousedown, ...) aren't deregistered properly as the namespace is only used for  deregistering on the window object.

sokra commented 11 years ago

correct, thanks...