diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2017-08-07 11:30:09 +0100 |
---|---|---|
committer | Filipa Lacerda <filipa@gitlab.com> | 2017-08-07 11:30:09 +0100 |
commit | 7c5757ad9a416c9947bb0e9fae9065af47da8a0d (patch) | |
tree | 5fd993312033b7b1690d82effa0dbd3a4f286fd5 | |
parent | 3b9012871da7dbf6d4f5463654c7c478012e694e (diff) | |
download | gitlab-ce-7c5757ad9a416c9947bb0e9fae9065af47da8a0d.tar.gz |
Fix eslint error
-rw-r--r-- | app/assets/javascripts/commons/bootstrap.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/assets/javascripts/commons/bootstrap.js b/app/assets/javascripts/commons/bootstrap.js index 4b589b66dc3..c11b7d5f340 100644 --- a/app/assets/javascripts/commons/bootstrap.js +++ b/app/assets/javascripts/commons/bootstrap.js @@ -10,7 +10,6 @@ import 'bootstrap-sass/assets/javascripts/bootstrap/tab'; import 'bootstrap-sass/assets/javascripts/bootstrap/transition'; import 'bootstrap-sass/assets/javascripts/bootstrap/tooltip'; import 'bootstrap-sass/assets/javascripts/bootstrap/popover'; -import 'bootstrap-sass/assets/javascripts/bootstrap/button'; // custom jQuery functions $.fn.extend({ |