()
| 664 | to.push(out); |
| 665 | } |
| 666 | function undo() {unredoHelper(history.done, history.undone);} |
| 667 | function redo() {unredoHelper(history.undone, history.done);} |
| 668 | |
| 669 | function updateLinesNoUndo(from, to, newText, selFrom, selTo) { |
nothing calls this directly
no test coverage detected