From f6f97ff3bd72b926d21f4dc6b15cf3772588d373 Mon Sep 17 00:00:00 2001 From: Simon Knox Date: Mon, 6 Nov 2017 17:38:09 +1100 Subject: [PATCH] fix line lint --- app/assets/javascripts/smart_interval.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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