(cm)
| 296 | } |
| 297 | |
| 298 | function guttersChanged(cm) { |
| 299 | updateGutters(cm); |
| 300 | regChange(cm); |
| 301 | setTimeout(function(){alignHorizontally(cm);}, 20); |
| 302 | } |
| 303 | |
| 304 | // Rebuild the gutter elements, ensure the margin to the left of the |
| 305 | // code matches their width. |
no test coverage detected