()
| 485 | }; |
| 486 | } |
| 487 | function cancelThrottle() { |
| 488 | clearTimeout(_throttleTimeout); |
| 489 | _throttleTimeout = void 0; |
| 490 | } |
| 491 | function scrollBy(el, x, y) { |
| 492 | el.scrollLeft += x; |
| 493 | el.scrollTop += y; |
no outgoing calls
no test coverage detected
searching dependent graphs…