Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
0eb120ee
Commit
0eb120ee
authored
4 years ago
by
XhmikosR
Browse files
Options
Download
Email Patches
Plain Diff
tooltip.js: remove variable used once.
parent
b97fcd32
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
js/src/tooltip.js
+1
-2
js/src/tooltip.js
with
1 addition
and
2 deletions
+1
-2
js/src/tooltip.js
+
1
-
2
View file @
0eb120ee
...
@@ -740,8 +740,7 @@ class Tooltip {
...
@@ -740,8 +740,7 @@ class Tooltip {
}
}
_handlePopperPlacementChange
(
popperData
)
{
_handlePopperPlacementChange
(
popperData
)
{
const
popperInstance
=
popperData
.
instance
this
.
tip
=
popperData
.
instance
.
popper
this
.
tip
=
popperInstance
.
popper
this
.
_cleanTipClass
()
this
.
_cleanTipClass
()
this
.
_addAttachmentClass
(
this
.
_getAttachment
(
popperData
.
placement
))
this
.
_addAttachmentClass
(
this
.
_getAttachment
(
popperData
.
placement
))
}
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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