diff options
author | Simon Knox <psimyn@gmail.com> | 2017-11-06 17:38:09 +1100 |
---|---|---|
committer | Simon Knox <psimyn@gmail.com> | 2017-11-06 17:38:09 +1100 |
commit | f6f97ff3bd72b926d21f4dc6b15cf3772588d373 (patch) | |
tree | 101ce92079a61bbe950c1d707d102689e963f578 /app/assets/javascripts | |
parent | ac54b09e8028e31397d6c42cad70dc38414e2fac (diff) | |
download | gitlab-ce-f6f97ff3bd72b926d21f4dc6b15cf3772588d373.tar.gz |
fix line lint
Diffstat (limited to 'app/assets/javascripts')
-rw-r--r-- | app/assets/javascripts/smart_interval.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/assets/javascripts/smart_interval.js b/app/assets/javascripts/smart_interval.js index 03fac82ac6d..95dd00b580e 100644 --- a/app/assets/javascripts/smart_interval.js +++ b/app/assets/javascripts/smart_interval.js @@ -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 |