mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
Changeset: Add missing StringAssembler.clear()
method
This commit is contained in:
parent
36d06006dc
commit
8c01b66d40
1 changed files with 1 additions and 0 deletions
|
@ -649,6 +649,7 @@ exports.stringIterator = (str) => {
|
|||
*/
|
||||
exports.stringAssembler = () => ({
|
||||
_str: '',
|
||||
clear() { this._str = ''; },
|
||||
/**
|
||||
* @param {string} x -
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue