(sel, dest)
| 6661 | } |
| 6662 | |
| 6663 | function pushSelectionToHistory(sel, dest) { |
| 6664 | var top = lst(dest); |
| 6665 | if (!(top && top.ranges && top.equals(sel))) |
| 6666 | dest.push(sel); |
| 6667 | } |
| 6668 | |
| 6669 | // Used to store marked span information in the history. |
| 6670 | function attachLocalSpans(doc, change, from, to) { |
no test coverage detected