(topLevelType, targetInst, nativeEvent, nativeEventTarget)
| 1761 | } |
| 1762 | |
| 1763 | function runExtractedEventsInBatch(topLevelType, targetInst, nativeEvent, nativeEventTarget) { |
| 1764 | var events = extractEvents(topLevelType, targetInst, nativeEvent, nativeEventTarget); |
| 1765 | runEventsInBatch(events, false); |
| 1766 | } |
| 1767 | |
| 1768 | var EventPluginHub = Object.freeze({ |
| 1769 | injection: injection, |
no test coverage detected