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

@@ -341,13 +341,11 @@ class YTextEvent extends YEvent {
*/
this._delta = null
}
// TODO: Should put this in a separate function. toDelta shouldn't be included
// in every Yjs distribution
/**
* Compute the changes in the delta format.
* A {@link https://quilljs.com/docs/delta/|Quill Delta}) that represents the changes on the document.
*
* @type {Array<{delete:number|undefined,retain:number|undefined,insert:string|undefined,attributes:Object<string,any>}>} A {@link https://quilljs.com/docs/delta/|Quill Delta}) that
* represents the changes on the document.
* @type {Array<{delete:number|undefined,retain:number|undefined,insert:string|undefined,attributes:Object<string,any>}>}
*
* @public
*/