mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
9d1055b3d2
ReactEvent should be reserved for the actual object created when an event fires. The current ReactEvent is more like EventEmitter than anything (e.g. it sets up delegation, provides methods to attach and remove listeners).