window-event-mediator
v0.6.0
Published
Mediator pattern for window event handling
Downloads
42
Readme
Window Event Mediator
Mediator pattern for window event handling
Example Usage:
mediator = require 'window-event-mediator'
mediator.on 'resize', myCallback, { throttle: 40 }
mediator.off 'scroll', myCallback