mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
f93e34e980
* Remove EventListener fbjs utility EventListener normalizes event subscription for <= IE8. This is no longer necessary. element.addEventListener is sufficient. * Remove an extra allocation for open source bundles * Split into two functions to avoid extra runtime checks * Revert unrelated changes