jsdoc fixes

This commit is contained in:
Kevin Jahns
2019-04-11 00:48:52 +02:00
parent 759ecb21f7
commit ed3b31e58f
4 changed files with 8 additions and 8 deletions

View File

@@ -50,7 +50,8 @@ export class Transaction {
*/
constructor (y) {
/**
* @type {Y} The Yjs instance.
* The Yjs instance.
* @type {Y}
*/
this.y = y
/**