mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-04 06:09:14 -04:00
Changeset: Unexport unnecessarily exported functions
These functions aren't used outside of this file.
This commit is contained in:
parent
085bc8cbb3
commit
4a65c2c8ff
3 changed files with 75 additions and 64 deletions
|
@ -43,6 +43,10 @@
|
|||
* 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.
|
||||
* Several functions that should have never been public are no longer
|
||||
exported: `applyZip()`, `assert()`, `clearOp()`, `cloneOp()`, `copyOp()`,
|
||||
`error()`, `followAttributes()`, `opString()`, `stringOp()`,
|
||||
`textLinesMutator()`, `toBaseTen()`, `toSplices()`.
|
||||
|
||||
### Notable enhancements
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue