(pos)
| 1840 | } |
| 1841 | } |
| 1842 | function pageCoords(pos) { |
| 1843 | var local = localCoords(pos, true), off = eltOffset(lineSpace); |
| 1844 | return {x: off.left + local.x, y: off.top + local.y, yBot: off.top + local.yBot}; |
| 1845 | } |
| 1846 | |
| 1847 | var cachedHeight, cachedHeightFor, measureText; |
| 1848 | function textHeight() { |
no test coverage detected