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:
authorPhil Hughes <me@iamphill.com>2017-10-10 12:10:11 +0300
committerPhil Hughes <me@iamphill.com>2017-10-13 13:38:09 +0300
commit299da4ca075160ea5778b10f2a93b87f65517a76 (patch)
tree18f2de9e0647f422480e2b31ce55b25bbbb314c2 /app/assets/javascripts/network
parent5843a43c16e007193f5e26522d1e7368a0bdb2d7 (diff)
Remove shortcut JS classes from global namespace
Diffstat (limited to 'app/assets/javascripts/network')
-rw-r--r--app/assets/javascripts/network/network_bundle.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/network/network_bundle.js b/app/assets/javascripts/network/network_bundle.js
index 8aae2ad201c..129f1724cb8 100644
--- a/app/assets/javascripts/network/network_bundle.js
+++ b/app/assets/javascripts/network/network_bundle.js
@@ -1,6 +1,6 @@
/* eslint-disable func-names, space-before-function-paren, prefer-arrow-callback, quotes, no-var, vars-on-top, camelcase, comma-dangle, consistent-return, max-len */
-/* global ShortcutsNetwork */
+import ShortcutsNetwork from '../shortcuts_network';
import Network from './network';
$(function() {