()
| 1659 | } |
| 1660 | |
| 1661 | function pageScrollX() { return window.pageXOffset || (document.documentElement || document.body).scrollLeft; } |
| 1662 | function pageScrollY() { return window.pageYOffset || (document.documentElement || document.body).scrollTop; } |
| 1663 | |
| 1664 | // Converts a {top, bottom, left, right} box from line-local |
no outgoing calls
no test coverage detected