Couple of lint fixes
This commit is contained in:
parent
ccb52d4882
commit
2c238f40fd
2 changed files with 2 additions and 2 deletions
|
@ -181,7 +181,7 @@ export default class Sequence {
|
|||
* @remarks
|
||||
* One use case for this is to play the playback within the focus range.
|
||||
*
|
||||
* @param rangeD The derivation that contains the range that will be used for the playback
|
||||
* @param rangeD - The derivation that contains the range that will be used for the playback
|
||||
*
|
||||
* @returns a promise that gets rejected if the playback stopped for whatever reason
|
||||
*
|
||||
|
|
|
@ -31,7 +31,7 @@ export interface IPlaybackController {
|
|||
* @remarks
|
||||
* One use case for this is to play the playback within the focus range.
|
||||
*
|
||||
* @param rangeD The derivation that contains the range that will be used for the playback
|
||||
* @param rangeD - The derivation that contains the range that will be used for the playback
|
||||
*
|
||||
* @returns a promise that gets rejected if the playback stopped for whatever reason
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue