(n)
| 4739 | |
| 4740 | function updateDoc(doc, change, markedSpans, selAfter, estimateHeight) { |
| 4741 | function spansFor(n) {return markedSpans ? markedSpans[n] : null;} |
| 4742 | function update(line, text, spans) { |
| 4743 | updateLine(line, text, spans, estimateHeight); |
| 4744 | signalLater(line, "change", line, change); |