(sel, dest)
| 8026 | } |
| 8027 | |
| 8028 | function pushSelectionToHistory(sel, dest) { |
| 8029 | var top = lst(dest); |
| 8030 | if (!(top && top.ranges && top.equals(sel))) |
| 8031 | dest.push(sel); |
| 8032 | } |
| 8033 | |
| 8034 | // Used to store marked span information in the history. |
| 8035 | function attachLocalSpans(doc, change, from, to) { |
no test coverage detected