delegate
delegate copied to clipboard
why the fn callback is only called instead returned?
in line: https://github.com/component/delegate/blob/master/index.js#L26
is there a reason why it's not if (e.delegateTarget) return fn.call(el, e); ?
Most likely just an oversight. I'll take a pull request to return the result of the function call.