Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
e5a98e49
Commit
e5a98e49
authored
Oct 21, 2020
by
Christie Lenneville
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove import/export of unused tooltip
parent
814a1f88
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
app/assets/javascripts/diffs/components/diff_expansion_cell.vue
...sets/javascripts/diffs/components/diff_expansion_cell.vue
+0
-4
No files found.
app/assets/javascripts/diffs/components/diff_expansion_cell.vue
View file @
e5a98e49
...
...
@@ -6,7 +6,6 @@ import { s__, sprintf } from '~/locale';
import
glFeatureFlagsMixin
from
'
~/vue_shared/mixins/gl_feature_flags_mixin
'
;
import
{
UNFOLD_COUNT
,
INLINE_DIFF_VIEW_TYPE
,
PARALLEL_DIFF_VIEW_TYPE
}
from
'
../constants
'
;
import
*
as
utils
from
'
../store/utils
'
;
import
tooltip
from
'
../../vue_shared/directives/tooltip
'
;
const
EXPAND_ALL
=
0
;
const
EXPAND_UP
=
1
;
...
...
@@ -28,9 +27,6 @@ const i18n = {
export
default
{
i18n
,
directives
:
{
tooltip
,
},
components
:
{
GlIcon
,
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment