(cm)
| 2527 | return cm.display.scroller.clientWidth - scrollGap(cm) - cm.display.barWidth; |
| 2528 | } |
| 2529 | function displayHeight(cm) { |
| 2530 | return cm.display.scroller.clientHeight - scrollGap(cm) - cm.display.barHeight; |
| 2531 | } |
| 2532 | |
| 2533 | // Ensure the lineView.wrapping.heights array is populated. This is |
| 2534 | // an array of bottom offsets for the lines that make up a drawn |
no test coverage detected