Fix typos
This commit is contained in:
parent
0bbf19aab9
commit
6f76383c56
56 changed files with 131 additions and 131 deletions
|
@ -5295,7 +5295,7 @@
|
|||
var hist = doc.history, event, selAfter = doc.sel;
|
||||
var source = type == "undo" ? hist.done : hist.undone, dest = type == "undo" ? hist.undone : hist.done;
|
||||
|
||||
// Verify that there is a useable event (so that ctrl-z won't
|
||||
// Verify that there is a usable event (so that ctrl-z won't
|
||||
// needlessly clear selection events)
|
||||
var i = 0;
|
||||
for (; i < source.length; i++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue