1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-27 22:09:04 +02:00

Use Popper for tooltip and popover

This commit is contained in:
Johann-S
2017-04-06 23:16:07 +02:00
parent aa68ca3580
commit 6cf0fe8780
6 changed files with 27 additions and 56 deletions

View File

@@ -118,8 +118,6 @@ const Popover = (($) => {
this.setElementContent($tip.find(Selector.CONTENT), this._getContent())
$tip.removeClass(`${ClassName.FADE} ${ClassName.SHOW}`)
this.cleanupTether()
}
// private