mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-04 06:09:14 -04:00
Changeset: Migrate from opAssembler()
to serializeOps()
This commit is contained in:
parent
d5a7bf7a8f
commit
b5486b6753
4 changed files with 29 additions and 26 deletions
|
@ -36,6 +36,7 @@
|
|||
* `opAttributeValue()`
|
||||
* `opIterator()`: Deprecated in favor of the new `deserializeOps()` generator
|
||||
function.
|
||||
* `opAssembler()`: Deprecated in favor of the new `serializeOps()` function.
|
||||
* `appendATextToAssembler()`: Deprecated in favor of the new `opsFromAText()`
|
||||
generator function.
|
||||
* `newOp()`: Deprecated in favor of the new `Op` class.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue