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

@@ -15,11 +15,13 @@ export class ID {
*/
constructor (client, clock) {
/**
* @type {number} Client id
* Client id
* @type {number}
*/
this.client = client
/**
* @type {number} unique per client id, continuous number
* unique per client id, continuous number
* @type {number}
*/
this.clock = clock
}