fix line lint

This commit is contained in:
Simon Knox 2017-11-06 17:38:09 +11:00
parent ac54b09e80
commit f6f97ff3bd
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,8 @@
export default class SmartInterval {
/**
* @param { function } opts.callback Function that returns a promise, called on each iteration unless still in progress (required)
* @param { function } opts.callback Function that returns a promise, called on each iteration
* unless still in progress (required)
* @param { milliseconds } opts.startingInterval `currentInterval` is set to this initially
* @param { milliseconds } opts.maxInterval `currentInterval` will be incremented to this
* @param { milliseconds } opts.hiddenInterval `currentInterval` is set to this