()
| 2534 | autoScrolls = []; |
| 2535 | } |
| 2536 | function clearPointerElemChangedInterval() { |
| 2537 | clearInterval(pointerElemChangedInterval); |
| 2538 | } |
| 2539 | var autoScroll = throttle(function (evt, options, rootEl, isFallback) { |
| 2540 | // Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=505521 |
| 2541 | if (!options.scroll) return; |
no outgoing calls
no test coverage detected
searching dependent graphs…