javascript lint fix
This commit is contained in:
parent
3968bfe912
commit
038aebe0fd
|
@ -53,8 +53,8 @@ export default class Recording {
|
|||
this.openId = recordingJson.openId;
|
||||
|
||||
/** @const {?number} */
|
||||
this.firstUncommitted = recordingJson.firstUncommitted !== undefined
|
||||
? recordingJson.firstUncommitted : null;
|
||||
this.firstUncommitted = recordingJson.firstUncommitted !== undefined ?
|
||||
recordingJson.firstUncommitted : null;
|
||||
|
||||
/** @const {!boolean} */
|
||||
this.growing = recordingJson.growing || false;
|
||||
|
|
Loading…
Reference in New Issue