()
| 2668 | |
| 2669 | function pageScrollX() { return window.pageXOffset || (document.documentElement || document.body).scrollLeft; } |
| 2670 | function pageScrollY() { return window.pageYOffset || (document.documentElement || document.body).scrollTop; } |
| 2671 | |
| 2672 | // Converts a {top, bottom, left, right} box from line-local |
| 2673 | // coordinates into another coordinate system. Context may be one of |
no outgoing calls
no test coverage detected