mirror of
https://github.com/yjs/yjs.git
synced 2025-12-29 00:25:01 +01:00
whitespace
This commit is contained in:
@@ -171,7 +171,7 @@ export class Doc extends Observable {
|
||||
|
||||
/**
|
||||
* Converts the entire document into a js object, recursively traversing each yjs type
|
||||
*
|
||||
*
|
||||
* @return {Object<string, any>}
|
||||
*/
|
||||
toJSON () {
|
||||
@@ -183,7 +183,7 @@ export class Doc extends Observable {
|
||||
for (const [k, v] of this.share.entries()) {
|
||||
doc[k] = v.toJSON()
|
||||
}
|
||||
|
||||
|
||||
return doc
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user