summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/graphs/stat_graph_contributors_util.js
diff options
context:
space:
mode:
authorTim Zallmann <tzallmann@gitlab.com>2017-08-03 20:31:53 +0000
committerPhil Hughes <me@iamphill.com>2017-08-03 20:31:53 +0000
commitdab08be606878139ce3fe3d8e197ef73badf8e88 (patch)
tree7693b5595ed61943879eec4bb4ee71dff75af3c0 /app/assets/javascripts/graphs/stat_graph_contributors_util.js
parentdb271a6b051f9630d5dfb3acbbd78f150cb3f23f (diff)
downloadgitlab-ce-dab08be606878139ce3fe3d8e197ef73badf8e88.tar.gz
Resolve "Specific Async Script Loading by using a Page Variable"
Diffstat (limited to 'app/assets/javascripts/graphs/stat_graph_contributors_util.js')
-rw-r--r--app/assets/javascripts/graphs/stat_graph_contributors_util.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/javascripts/graphs/stat_graph_contributors_util.js b/app/assets/javascripts/graphs/stat_graph_contributors_util.js
index c583757f3f2..77135ad1f0e 100644
--- a/app/assets/javascripts/graphs/stat_graph_contributors_util.js
+++ b/app/assets/javascripts/graphs/stat_graph_contributors_util.js
@@ -1,4 +1,5 @@
/* eslint-disable func-names, space-before-function-paren, object-shorthand, no-var, one-var, camelcase, one-var-declaration-per-line, comma-dangle, no-param-reassign, no-return-assign, quotes, prefer-arrow-callback, wrap-iife, consistent-return, no-unused-vars, max-len, no-cond-assign, no-else-return, max-len */
+import _ from 'underscore';
export default {
parse_log: function(log) {