(topLevelType, targetInst, nativeEvent, nativeEventTarget)
| 2400 | } |
| 2401 | |
| 2402 | function runExtractedEventsInBatch(topLevelType, targetInst, nativeEvent, nativeEventTarget) { |
| 2403 | var events = extractEvents(topLevelType, targetInst, nativeEvent, nativeEventTarget); |
| 2404 | runEventsInBatch(events, false); |
| 2405 | } |
| 2406 | |
| 2407 | var EventPluginHub = Object.freeze({ |
| 2408 | injection: injection, |
no test coverage detected