MCPcopy
hub / github.com/witheve/Eve / pageScrollX

Function pageScrollX

src/codemirror.js:2783–2783  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2781 }
2782
2783 function pageScrollX() { return window.pageXOffset || (document.documentElement || document.body).scrollLeft; }
2784 function pageScrollY() { return window.pageYOffset || (document.documentElement || document.body).scrollTop; }
2785
2786 // Converts a {top, bottom, left, right} box from line-local

Callers 2

intoCoordSystemFunction · 0.85
fromCoordSystemFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected