Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRegis <boudinot.regis@yahoo.com>2016-12-30 03:43:02 +0300
committerRegis <boudinot.regis@yahoo.com>2016-12-30 03:43:02 +0300
commit87427496b05944576637c1a70c5bfa3b6bfb4522 (patch)
tree6ead1efe1459f0174b2548c93c50fb171f5aa1e9 /app/assets/javascripts/vue_realtime_listener
parent520e27d1a5d51aec07cdf962291440cb71c0afb9 (diff)
even though scoped, specify 'gl' in IIFE argument
Diffstat (limited to 'app/assets/javascripts/vue_realtime_listener')
-rw-r--r--app/assets/javascripts/vue_realtime_listener/index.js.es64
1 files changed, 3 insertions, 1 deletions
diff --git a/app/assets/javascripts/vue_realtime_listener/index.js.es6 b/app/assets/javascripts/vue_realtime_listener/index.js.es6
index 72404c6f015..23cac1466d2 100644
--- a/app/assets/javascripts/vue_realtime_listener/index.js.es6
+++ b/app/assets/javascripts/vue_realtime_listener/index.js.es6
@@ -1,4 +1,6 @@
-(() => {
+/* eslint-disable no-param-reassign */
+
+((gl) => {
gl.VueRealtimeListener = (removeIntervals, startIntervals) => {
const removeAll = () => {
removeIntervals();