react-native/Libraries/EventEmitter
Eric Kreutzer 73bea8f7e6 Fixes EventEmitter#once arguments not getting passed to the listener
Summary:
Arrow functions do not have their own arguments. Fix EventEmitter#once to pass the correct arguments to the listener callback.
Closes https://github.com/facebook/react-native/pull/8479

Differential Revision: D3495086

Pulled By: javache

fbshipit-source-id: 4492d13bfb2cc255afdc41d39fbf2f35da6b7094
2016-06-28 16:13:21 -07:00
..
EmitterSubscription.js
EventEmitter.js Fixes EventEmitter#once arguments not getting passed to the listener 2016-06-28 16:13:21 -07:00
EventEmitterWithHolding.js
EventHolder.js
EventSubscription.js
EventSubscriptionVendor.js
EventValidator.js
NativeEventEmitter.js
RCTDeviceEventEmitter.js Updated AppState module to use new emitter system 2016-05-23 09:13:37 -07:00
RCTNativeAppEventEmitter.js
mixInEventEmitter.js