mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-06-15 10:44:41 -04:00
Changeset: Deprecate oldLen()
and newLen()
functions
This commit is contained in:
parent
b718d88157
commit
60f2a059ec
4 changed files with 18 additions and 9 deletions
|
@ -167,7 +167,7 @@ const makeChangesetTracker = (scheduler, apool, aceCallbacksProvider) => {
|
|||
let cs = null;
|
||||
if (toSubmit) {
|
||||
submittedChangeset = toSubmit;
|
||||
userChangeset = Changeset.identity(Changeset.newLen(toSubmit));
|
||||
userChangeset = Changeset.identity(Changeset.unpack(toSubmit).newLen);
|
||||
|
||||
cs = toSubmit;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue