mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-27 02:46:15 -04:00
Changeset: Move SmartOpAssembler.appendOpWithText()
to a standalone function
This commit is contained in:
parent
eae814f5a0
commit
a65498e849
2 changed files with 47 additions and 21 deletions
|
@ -43,6 +43,9 @@
|
|||
* Changes to the `src/static/js/Changeset.js` library:
|
||||
* `opIterator()`: The unused start index parameter has been removed, as has
|
||||
the unused `lastIndex()` method on the returned object.
|
||||
* `smartOpAssembler()`: The returned object's `appendOpWithText()` method is
|
||||
deprecated without a replacement available to plugins (if you need one,
|
||||
let us know and we can make the private `opsFromText()` function public).
|
||||
* Several functions that should have never been public are no longer
|
||||
exported: `applyZip()`, `assert()`, `clearOp()`, `cloneOp()`, `copyOp()`,
|
||||
`error()`, `followAttributes()`, `opString()`, `stringOp()`,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue