()
| 2528 | }); |
| 2529 | } |
| 2530 | function clearAutoScrolls() { |
| 2531 | autoScrolls.forEach(function (autoScroll) { |
| 2532 | clearInterval(autoScroll.pid); |
| 2533 | }); |
| 2534 | autoScrolls = []; |
| 2535 | } |
| 2536 | function clearPointerElemChangedInterval() { |
| 2537 | clearInterval(pointerElemChangedInterval); |
| 2538 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…