()
| 491 | }; |
| 492 | } |
| 493 | function cancelThrottle() { |
| 494 | clearTimeout(_throttleTimeout); |
| 495 | _throttleTimeout = void 0; |
| 496 | } |
| 497 | function scrollBy(el, x, y) { |
| 498 | el.scrollLeft += x; |
| 499 | el.scrollTop += y; |
no outgoing calls
no test coverage detected
searching dependent graphs…