(cm)
| 2312 | return cm.display.scroller.clientWidth - scrollGap(cm) - cm.display.barWidth |
| 2313 | } |
| 2314 | function displayHeight(cm) { |
| 2315 | return cm.display.scroller.clientHeight - scrollGap(cm) - cm.display.barHeight |
| 2316 | } |
| 2317 | |
| 2318 | // Ensure the lineView.wrapping.heights array is populated. This is |
| 2319 | // an array of bottom offsets for the lines that make up a drawn |
no test coverage detected