(ch, bias)
| 71 | let lineLen = lineObj.text.length |
| 72 | let start, end |
| 73 | function coords(ch, bias) { |
| 74 | return charCoords(cm, Pos(line, ch), "div", lineObj, bias) |
| 75 | } |
| 76 | |
| 77 | function wrapX(pos, dir, side) { |
| 78 | let extent = wrappedLineExtentChar(cm, lineObj, null, pos) |
no test coverage detected