summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/cycle_analytics/components/stage_production_component.js.es6
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/cycle_analytics/components/stage_production_component.js.es6')
-rw-r--r--app/assets/javascripts/cycle_analytics/components/stage_production_component.js.es65
1 files changed, 2 insertions, 3 deletions
diff --git a/app/assets/javascripts/cycle_analytics/components/stage_production_component.js.es6 b/app/assets/javascripts/cycle_analytics/components/stage_production_component.js.es6
index 051271bc053..a6b6d817a82 100644
--- a/app/assets/javascripts/cycle_analytics/components/stage_production_component.js.es6
+++ b/app/assets/javascripts/cycle_analytics/components/stage_production_component.js.es6
@@ -1,5 +1,5 @@
+/* eslint-disable no-param-reassign */
((global) => {
-
global.cycleAnalytics = global.cycleAnalytics || {};
global.cycleAnalytics.StageProductionComponent = Vue.extend({
@@ -40,7 +40,6 @@
</li>
</ul>
</div>
- `
+ `,
});
-
})(window.gl || (window.gl = {}));