summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/graphs/graphs_bundle.js
diff options
context:
space:
mode:
authorJacob Schatz <jschatz@gitlab.com>2018-02-19 20:43:10 +0000
committerClement Ho <clemmakesapps@gmail.com>2018-02-19 20:43:10 +0000
commit834f455b43909525609a573df3153a413ef3c6d4 (patch)
treee876c18c5d30f27650ae96d3620dcdd0f0f5144f /app/assets/javascripts/graphs/graphs_bundle.js
parent8cfa5ccf5342f98aaf6b0a292d337d3211d5e7ff (diff)
downloadgitlab-ce-834f455b43909525609a573df3153a413ef3c6d4.tar.gz
Chart.html.haml refactor
Diffstat (limited to 'app/assets/javascripts/graphs/graphs_bundle.js')
-rw-r--r--app/assets/javascripts/graphs/graphs_bundle.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/assets/javascripts/graphs/graphs_bundle.js b/app/assets/javascripts/graphs/graphs_bundle.js
deleted file mode 100644
index 534bc535bb6..00000000000
--- a/app/assets/javascripts/graphs/graphs_bundle.js
+++ /dev/null
@@ -1,4 +0,0 @@
-import Chart from 'vendor/Chart';
-
-// export to global scope
-window.Chart = Chart;