(sel, dest)
| 7994 | } |
| 7995 | |
| 7996 | function pushSelectionToHistory(sel, dest) { |
| 7997 | var top = lst(dest); |
| 7998 | if (!(top && top.ranges && top.equals(sel))) |
| 7999 | dest.push(sel); |
| 8000 | } |
| 8001 | |
| 8002 | // Used to store marked span information in the history. |
| 8003 | function attachLocalSpans(doc, change, from, to) { |
no test coverage detected