(cm)
| 326 | } |
| 327 | |
| 328 | function updateGutterSpace(cm) { |
| 329 | var width = cm.display.gutters.offsetWidth; |
| 330 | cm.display.sizer.style.marginLeft = width + "px"; |
| 331 | } |
| 332 | |
| 333 | // Compute the character length of a line, taking into account |
| 334 | // collapsed ranges (see markText) that might hide parts, and join |
no outgoing calls
no test coverage detected