mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-30 22:52:24 +01:00
tooltip.js: remove variable used once.
This commit is contained in:
parent
b97fcd3289
commit
0eb120eea0
@ -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))
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user