(cm)
| 3871 | } |
| 3872 | |
| 3873 | function clearLineMeasurementCache(cm) { |
| 3874 | cm.display.externalMeasure = null |
| 3875 | removeChildren(cm.display.lineMeasure) |
| 3876 | for (var i = 0; i < cm.display.view.length; i++) { |
| 3877 | clearLineMeasurementCacheFor(cm.display.view[i]) |
| 3878 | } |
| 3879 | } |
| 3880 | |
| 3881 | function clearCaches(cm) { |
| 3882 | clearLineMeasurementCache(cm) |
no test coverage detected