mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 03:12:42 +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 = () => ({
|
exports.stringAssembler = () => ({
|
||||||
_str: '',
|
_str: '',
|
||||||
|
clear() { this._str = ''; },
|
||||||
/**
|
/**
|
||||||
* @param {string} x -
|
* @param {string} x -
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue