()
| 2522 | }); |
| 2523 | } |
| 2524 | function clearAutoScrolls() { |
| 2525 | autoScrolls.forEach(function (autoScroll) { |
| 2526 | clearInterval(autoScroll.pid); |
| 2527 | }); |
| 2528 | autoScrolls = []; |
| 2529 | } |
| 2530 | function clearPointerElemChangedInterval() { |
| 2531 | clearInterval(pointerElemChangedInterval); |
| 2532 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…