summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRegis <boudinot.regis@yahoo.com>2016-11-30 02:30:03 -0600
committerRegis <boudinot.regis@yahoo.com>2016-11-30 02:30:03 -0600
commitfd9adc78824500928465d82c691fdd76e290672d (patch)
tree56191bdfc65ae69fc0813438455fc11ff22e3ea8
parent874a7e8d20dfead42ae957ea8746b20a1446dcea (diff)
downloadgitlab-ce-fd9adc78824500928465d82c691fdd76e290672d.tar.gz
eslint calm [ci skip]
-rw-r--r--app/assets/javascripts/vue_pipelines_index/pipelines.js.es62
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/vue_pipelines_index/pipelines.js.es6 b/app/assets/javascripts/vue_pipelines_index/pipelines.js.es6
index b4cdc5080a6..6ef335ab398 100644
--- a/app/assets/javascripts/vue_pipelines_index/pipelines.js.es6
+++ b/app/assets/javascripts/vue_pipelines_index/pipelines.js.es6
@@ -67,7 +67,7 @@
return ({});
},
addTimeInterval(id, that) {
- this.allTimeIntervals.push({ id: id, component: that });
+ this.allTimeIntervals.push({ id, component: that });
},
},
template: `