delegate.js
delegate.js copied to clipboard
Support `off(type [, selector], callback)`
This change would involve creating a registry to keep track of the element-delegate-callback relationship. It would avoid a callback for a given event type being unbound for all delegators, rather than just the delegator you're interested in.