mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
30790be1b5
Summary: In working to remove dead code from the code base, we identified that a number of classes that subclassed `RCTEventEmitter` were being reported as unused when they are in active use. That was due to a lack of a `[super initialize]`. This diff adds the call to super. Changelog: [General] [Added] - Call to `super` in `+initialize` of `RCTEventEmitter` Reviewed By: javache Differential Revision: D19727783 fbshipit-source-id: 19c6c7f08e7a8b2f764988fdfcd70f92dbf1b74b