(cm)
| 309 | } |
| 310 | |
| 311 | function guttersChanged(cm) { |
| 312 | updateGutters(cm); |
| 313 | regChange(cm); |
| 314 | setTimeout(function(){alignHorizontally(cm);}, 20); |
| 315 | } |
| 316 | |
| 317 | // Rebuild the gutter elements, ensure the margin to the left of the |
| 318 | // code matches their width. |
no test coverage detected