2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

Remove variables used once.

This commit is contained in:
XhmikosR
2020-05-08 10:21:50 +03:00
parent 52fdab8d70
commit fa8a7eca06
2 changed files with 2 additions and 4 deletions
+1 -2
View File
@@ -710,8 +710,7 @@ class Tooltip {
}
_handlePopperPlacementChange(popperData) {
const popperInstance = popperData.instance
this.tip = popperInstance.popper
this.tip = popperData.instance.popper
this._cleanTipClass()
this.addAttachmentClass(this._getAttachment(popperData.placement))
}