Open
Description
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);
?
Metadata
Metadata
Assignees
Labels
No labels
8000
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);
?