(topLevelType, targetInst, nativeEvent, nativeEventTarget)
| 2435 | } |
| 2436 | |
| 2437 | function runExtractedEventsInBatch(topLevelType, targetInst, nativeEvent, nativeEventTarget) { |
| 2438 | var events = extractEvents(topLevelType, targetInst, nativeEvent, nativeEventTarget); |
| 2439 | runEventsInBatch(events, false); |
| 2440 | } |
| 2441 | |
| 2442 | var EventPluginHub = Object.freeze({ |
| 2443 | injection: injection, |
no test coverage detected