(cb)
| 10676 | } |
| 10677 | |
| 10678 | function scrollValueMonitor(cb) { |
| 10679 | var scrollPosition = getUnboundedScrollPosition(window); |
| 10680 | cb(scrollPosition); |
| 10681 | } |
| 10682 | |
| 10683 | var ReactEventListener = { |
| 10684 | _enabled: true, |
nothing calls this directly
no test coverage detected
searching dependent graphs…