delegate.js icon indicating copy to clipboard operation
delegate.js copied to clipboard

Support `off(type [, selector], callback)`

Open necolas opened this issue 11 years ago • 0 comments

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.

necolas avatar Jul 21 '13 19:07 necolas