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