(display)
| 932 | |
| 933 | function paddingTop(display) {return display.lineSpace.offsetTop;} |
| 934 | function paddingLeft(display) { |
| 935 | var e = removeChildrenAndAdd(display.measure, elt("pre", null, null, "text-align: left")).appendChild(elt("span", "x")); |
| 936 | return e.offsetLeft; |
| 937 | } |
| 938 | |
| 939 | function measureChar(cm, line, ch, data) { |
| 940 | var dir = -1; |
no test coverage detected