diff options
author | Mike Greiling <mike@pixelcog.com> | 2018-03-14 16:10:15 -0500 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2018-03-14 16:10:29 -0500 |
commit | 335a72f70ca601c96d1c2b8273eb2d8d49629b5a (patch) | |
tree | 373e6e3dddc13cafa36817dd4a2aa1147950b6e2 | |
parent | e1043f58d98701dbce37bef82f7bcd906d56eb82 (diff) | |
download | gitlab-ce-335a72f70ca601c96d1c2b8273eb2d8d49629b5a.tar.gz |
remove underscore from commons bundle
[ci-skip]
-rw-r--r-- | app/assets/javascripts/commons/index.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/assets/javascripts/commons/index.js b/app/assets/javascripts/commons/index.js index 0d2fe2925d8..ac5c9fbe624 100644 --- a/app/assets/javascripts/commons/index.js +++ b/app/assets/javascripts/commons/index.js @@ -1,4 +1,3 @@ -import 'underscore'; import './polyfills'; import './jquery'; import './bootstrap'; |