mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-28 03:16:16 -04:00
cleanup
This commit is contained in:
parent
3b3ec6d288
commit
dcb061fb1b
7 changed files with 8 additions and 22 deletions
|
@ -231,7 +231,7 @@ function runMutationTest(origLines, muts) {
|
|||
|
||||
var inText = origLines.join('');
|
||||
var cs = mutationsToChangeset(inText.length, muts);
|
||||
lines2 = origLines.slice();
|
||||
var lines2 = origLines.slice();
|
||||
Changeset.mutateTextLines(cs, lines2);
|
||||
|
||||
var outText = Changeset.applyToText(cs, inText);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue