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