mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-03 13:49:14 -04:00
Changeset: Remove unused lastIndex()
method from op iterator
This commit is contained in:
parent
0fd2a46783
commit
dd8ec4e291
2 changed files with 2 additions and 10 deletions
|
@ -39,7 +39,8 @@
|
|||
* `readonly`: Deprecated; use the new `readOnly` property instead.
|
||||
* `rev`: Deprecated.
|
||||
* Changes to the `src/static/js/Changeset.js` library:
|
||||
* `opIterator()`: The unused start index parameter has been removed.
|
||||
* `opIterator()`: The unused start index parameter has been removed, as has
|
||||
the unused `lastIndex()` method on the returned object.
|
||||
|
||||
### Notable enhancements
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue