MCPcopy Create free account
hub / github.com/jsfiddle/togetherjs / paddingTop

Function paddingTop

site/examples/friendlycode/codemirror2/lib/codemirror.js:1680–1680  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1678 return (cachedWidth = stringWidth("x"));
1679 }
1680 function paddingTop() {return lineSpace.offsetTop;}
1681 function paddingLeft() {return lineSpace.offsetLeft;}
1682
1683 function posFromMouse(e, liberal) {

Callers 6

CodeMirrorFunction · 0.85
updateLinesNoUndoFunction · 0.85
scrollIntoViewFunction · 0.85
visibleLinesFunction · 0.85
updateDisplayFunction · 0.85
checkHeightsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected