(topLevelType, targetInst, nativeEvent, nativeEventTarget)
| 2651 | } |
| 2652 | |
| 2653 | function runExtractedEventsInBatch(topLevelType, targetInst, nativeEvent, nativeEventTarget) { |
| 2654 | var events = extractEvents(topLevelType, targetInst, nativeEvent, nativeEventTarget); |
| 2655 | runEventsInBatch(events, false); |
| 2656 | } |
| 2657 | |
| 2658 | var EventPluginHub = Object.freeze({ |
| 2659 | injection: injection, |
no test coverage detected