(cm)
| 4326 | } |
| 4327 | |
| 4328 | function updateGutters(cm) { |
| 4329 | renderGutters(cm.display); |
| 4330 | regChange(cm); |
| 4331 | alignHorizontally(cm); |
| 4332 | } |
| 4333 | |
| 4334 | // The display handles the DOM integration, both for input reading |
| 4335 | // and content drawing. It holds references to DOM nodes and |
no test coverage detected