(cm)
| 2759 | } |
| 2760 | |
| 2761 | function clearLineMeasurementCache(cm) { |
| 2762 | cm.display.externalMeasure = null; |
| 2763 | removeChildren(cm.display.lineMeasure); |
| 2764 | for (var i = 0; i < cm.display.view.length; i++) |
| 2765 | clearLineMeasurementCacheFor(cm.display.view[i]); |
| 2766 | } |
| 2767 | |
| 2768 | function clearCaches(cm) { |
| 2769 | clearLineMeasurementCache(cm); |
no test coverage detected