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