(topLevelType, targetInst, nativeEvent, nativeEventTarget)
| 1633 | } |
| 1634 | |
| 1635 | function runExtractedEventsInBatch(topLevelType, targetInst, nativeEvent, nativeEventTarget) { |
| 1636 | var events = extractEvents(topLevelType, targetInst, nativeEvent, nativeEventTarget); |
| 1637 | runEventsInBatch(events, false); |
| 1638 | } |
| 1639 | |
| 1640 | var EventPluginHub = Object.freeze({ |
| 1641 | injection: injection, |
no test coverage detected