mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 07:56:16 -04:00
easysync: add clear method to stringAssembler
This commit is contained in:
parent
0cc15df9b9
commit
12ebca897d
1 changed files with 1 additions and 0 deletions
|
@ -676,6 +676,7 @@ exports.stringIterator = (str) => {
|
|||
*/
|
||||
exports.stringAssembler = () => ({
|
||||
_str: '',
|
||||
clear() { this._str = ''; },
|
||||
/**
|
||||
* @param {string} x -
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue