(display)
| 4234 | } |
| 4235 | |
| 4236 | function updateGutterSpace(display) { |
| 4237 | var width = display.gutters.offsetWidth; |
| 4238 | display.sizer.style.marginLeft = width + "px"; |
| 4239 | // Send an event to consumers responding to changes in gutter width. |
| 4240 | signalLater(display, "gutterChanged", display); |
| 4241 | } |
| 4242 | |
| 4243 | function setDocumentHeight(cm, measure) { |
| 4244 | cm.display.sizer.style.minHeight = measure.docHeight + "px"; |
no test coverage detected