(sel, dest)
| 4931 | } |
| 4932 | |
| 4933 | function pushSelectionToHistory(sel, dest) { |
| 4934 | var top = lst(dest); |
| 4935 | if (!(top && top.ranges && top.equals(sel))) |
| 4936 | { dest.push(sel); } |
| 4937 | } |
| 4938 | |
| 4939 | // Used to store marked span information in the history. |
| 4940 | function attachLocalSpans(doc, change, from, to) { |
no test coverage detected