mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-05-07 21:26:45 +02:00
easysync: add clear method to stringAssembler
This commit is contained in:
parent
0cc15df9b9
commit
12ebca897d
@ -676,6 +676,7 @@ exports.stringIterator = (str) => {
|
||||
*/
|
||||
exports.stringAssembler = () => ({
|
||||
_str: '',
|
||||
clear() { this._str = ''; },
|
||||
/**
|
||||
* @param {string} x -
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user