(cm)
| 302 | } |
| 303 | |
| 304 | function guttersChanged(cm) { |
| 305 | updateGutters(cm); |
| 306 | regChange(cm); |
| 307 | setTimeout(function(){alignHorizontally(cm);}, 20); |
| 308 | } |
| 309 | |
| 310 | // Rebuild the gutter elements, ensure the margin to the left of the |
| 311 | // code matches their width. |
no test coverage detected