()
| 1172 | |
| 1173 | function pageScrollX() { return window.pageXOffset || (document.documentElement || document.body).scrollLeft; } |
| 1174 | function pageScrollY() { return window.pageYOffset || (document.documentElement || document.body).scrollTop; } |
| 1175 | |
| 1176 | // Context is one of "line", "div" (display.lineDiv), "local"/null (editor), or "page" |
| 1177 | function intoCoordSystem(cm, lineObj, rect, context) { |
no outgoing calls
no test coverage detected