(cm)
| 2549 | } |
| 2550 | |
| 2551 | function clearLineMeasurementCache(cm) { |
| 2552 | cm.display.externalMeasure = null; |
| 2553 | removeChildren(cm.display.lineMeasure); |
| 2554 | for (var i = 0; i < cm.display.view.length; i++) |
| 2555 | { clearLineMeasurementCacheFor(cm.display.view[i]); } |
| 2556 | } |
| 2557 | |
| 2558 | function clearCaches(cm) { |
| 2559 | clearLineMeasurementCache(cm); |
no test coverage detected