(inV)
| 12 | * @param {boolean} inV |
| 13 | */ |
| 14 | export function setInViewportForTesting(inV) { |
| 15 | inViewport = inV; |
| 16 | } |
| 17 | |
| 18 | // Active intervals. Must be global, because people clear intervals |
| 19 | // with clearInterval from a different window. |
no outgoing calls
no test coverage detected