mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 15:36:16 -04:00
Continued writing
This commit is contained in:
parent
d1ffd5d02f
commit
cef2af15b9
18 changed files with 1455 additions and 1230 deletions
|
@ -31,7 +31,7 @@ class AttributeMap extends Map {
|
|||
* @param {AttributePool} pool - Attribute pool.
|
||||
* @returns {AttributeMap}
|
||||
*/
|
||||
public static fromString(str: string, pool: AttributePool): AttributeMap {
|
||||
public static fromString(str: string, pool?: AttributePool|null): AttributeMap {
|
||||
return new AttributeMap(pool).updateFromString(str);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue