Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Make event.currentTarget the delegate node, always.
This lets us use currentTarget for its intended use and avoids creating a non-standard delegateTarget property.
- Loading branch information
Showing
with
8 additions
and 14 deletions.
- +6 −12 src/event.js
- +2 −2 test/unit/event.js