(cm)
| 319 | } |
| 320 | |
| 321 | function updateGutterSpace(cm) { |
| 322 | var width = cm.display.gutters.offsetWidth; |
| 323 | cm.display.sizer.style.marginLeft = width + "px"; |
| 324 | } |
| 325 | |
| 326 | // Compute the character length of a line, taking into account |
| 327 | // collapsed ranges (see markText) that might hide parts, and join |
no outgoing calls
no test coverage detected