(events)
| 1975 | } |
| 1976 | |
| 1977 | function accumulateDirectDispatches(events) { |
| 1978 | forEachAccumulated(events, accumulateDirectDispatchesSingle); |
| 1979 | } |
| 1980 | |
| 1981 | var EventPropagators = Object.freeze({ |
| 1982 | accumulateTwoPhaseDispatches: accumulateTwoPhaseDispatches, |
nothing calls this directly
no test coverage detected