(cm)
| 6092 | } |
| 6093 | |
| 6094 | function updateGutterSpace(cm) { |
| 6095 | var width = cm.display.gutters.offsetWidth |
| 6096 | cm.display.sizer.style.marginLeft = width + "px" |
| 6097 | } |
| 6098 | |
| 6099 | function setDocumentHeight(cm, measure) { |
| 6100 | cm.display.sizer.style.minHeight = measure.docHeight + "px" |
no outgoing calls
no test coverage detected