Raynos / dom-delegator

Decorate elements with delegated events
MIT License
58 stars 16 forks source link

Proxy event should pass through `currentTarget` #23

Closed ocharles closed 8 years ago

ocharles commented 8 years ago

https://developer.mozilla.org/en-US/docs/Web/API/Event/currentTarget

ocharles commented 8 years ago

Apologies, it does pass this through. I was looking at https://github.com/Raynos/dom-delegator/blob/master/proxy-event.js#L3, but it's actually set elsewhere.