Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 225 Bytes

File metadata and controls

10 lines (8 loc) · 225 Bytes

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