diff options
| author | Mark Otto <[email protected]> | 2016-11-28 13:39:56 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-11-28 13:39:56 -0800 |
| commit | 82875586c1ee8d1bc19227bb1e6646a3e87e233d (patch) | |
| tree | d4d173e362e51f43e363ec4571ae2a3b5977f542 /js/src/tooltip.js | |
| parent | d6c1fa37bd6dd9bb99fc3c18750c76a3d8c0a3b3 (diff) | |
| parent | 4f520c7ff301ce42f01e32bd77606ce94384cd13 (diff) | |
| download | bootstrap-82875586c1ee8d1bc19227bb1e6646a3e87e233d.tar.xz bootstrap-82875586c1ee8d1bc19227bb1e6646a3e87e233d.zip | |
Merge branch 'v4-js-carousel' of https://github.com/J2TeaM/bootstrap into J2TeaM-v4-js-carousel
Diffstat (limited to 'js/src/tooltip.js')
| -rw-r--r-- | js/src/tooltip.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/js/src/tooltip.js b/js/src/tooltip.js index 94f77a2a4..dbc9cf18c 100644 --- a/js/src/tooltip.js +++ b/js/src/tooltip.js @@ -377,9 +377,7 @@ const Tooltip = (($) => { this.setElementContent($tip.find(Selector.TOOLTIP_INNER), this.getTitle()) - $tip - .removeClass(ClassName.FADE) - .removeClass(ClassName.ACTIVE) + $tip.removeClass(`${ClassName.FADE} ${ClassName.ACTIVE}`) this.cleanupTether() } |
