jnicol / trackpad-scroll-emulator

A jQuery plugin that emulates OSX trackpad-style scrollbars in any browser or platform.
MIT License
217 stars 44 forks source link

Added functionality to detach event listener for resize on window. #23

Closed ryanflowers closed 9 years ago

ryanflowers commented 9 years ago

The event listener for resize was not being detached which cause memory leaks. Namespaced the resize event to this plugin.

jnicol commented 9 years ago

Good spotting. Thanks :)

ryanflowers commented 9 years ago

Jonathan,

any idea when that change would make its way to your bower package?

On Mon, Jun 29, 2015 at 1:45 PM, Jonathan Nicol notifications@github.com wrote:

Good spotting. Thanks :)

— Reply to this email directly or view it on GitHub https://github.com/jnicol/trackpad-scroll-emulator/pull/23#issuecomment-116840764 .