Commit f6f97ff3 authored by Simon Knox's avatar Simon Knox

fix line lint

parent ac54b09e
...@@ -5,7 +5,8 @@ ...@@ -5,7 +5,8 @@
export default class SmartInterval { 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.startingInterval `currentInterval` is set to this initially
* @param { milliseconds } opts.maxInterval `currentInterval` will be incremented to this * @param { milliseconds } opts.maxInterval `currentInterval` will be incremented to this
* @param { milliseconds } opts.hiddenInterval `currentInterval` is set to this * @param { milliseconds } opts.hiddenInterval `currentInterval` is set to this
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment