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:
authorMike Greiling <mike@pixelcog.com>2017-03-11 09:45:34 +0300
committerMike Greiling <mike@pixelcog.com>2017-03-22 11:07:27 +0300
commit5f7c0bd7b7cdd6d7f4d735b9efaecea59cecc0c4 (patch)
tree83f7014eba06a1623fbc78eae2ba59264b2cf021 /app/assets/javascripts/cycle_analytics
parent77eda5287097fad15bd3439744b64b6068d3b1b6 (diff)
remove Cookies class from global space
Diffstat (limited to 'app/assets/javascripts/cycle_analytics')
-rw-r--r--app/assets/javascripts/cycle_analytics/cycle_analytics_bundle.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/assets/javascripts/cycle_analytics/cycle_analytics_bundle.js b/app/assets/javascripts/cycle_analytics/cycle_analytics_bundle.js
index 18b682fd5cb..ae17d05e679 100644
--- a/app/assets/javascripts/cycle_analytics/cycle_analytics_bundle.js
+++ b/app/assets/javascripts/cycle_analytics/cycle_analytics_bundle.js
@@ -1,9 +1,8 @@
-/* global Cookies */
/* global Flash */
import Vue from 'vue';
+import Cookies from 'js-cookie';
-window.Cookies = require('js-cookie');
require('./components/stage_code_component');
require('./components/stage_issue_component');
require('./components/stage_plan_component');