(topLevelType, targetInst, nativeEvent, nativeEventTarget)
| 2538 | } |
| 2539 | |
| 2540 | function runExtractedEventsInBatch(topLevelType, targetInst, nativeEvent, nativeEventTarget) { |
| 2541 | var events = extractEvents(topLevelType, targetInst, nativeEvent, nativeEventTarget); |
| 2542 | runEventsInBatch(events, false); |
| 2543 | } |
| 2544 | |
| 2545 | var EventPluginHub = Object.freeze({ |
| 2546 | injection: injection, |
no test coverage detected