Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2016-11-29 00:39:56 +0300
committerMark Otto <markdotto@gmail.com>2016-11-29 00:39:56 +0300
commit82875586c1ee8d1bc19227bb1e6646a3e87e233d (patch)
treed4d173e362e51f43e363ec4571ae2a3b5977f542 /js/dist/tooltip.js
parentd6c1fa37bd6dd9bb99fc3c18750c76a3d8c0a3b3 (diff)
parent4f520c7ff301ce42f01e32bd77606ce94384cd13 (diff)
Merge branch 'v4-js-carousel' of https://github.com/J2TeaM/bootstrap into J2TeaM-v4-js-carousel
Diffstat (limited to 'js/dist/tooltip.js')
-rw-r--r--js/dist/tooltip.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/dist/tooltip.js b/js/dist/tooltip.js
index 4184561208..1de06f4459 100644
--- a/js/dist/tooltip.js
+++ b/js/dist/tooltip.js
@@ -330,7 +330,7 @@ var Tooltip = function ($) {
this.setElementContent($tip.find(Selector.TOOLTIP_INNER), this.getTitle());
- $tip.removeClass(ClassName.FADE).removeClass(ClassName.ACTIVE);
+ $tip.removeClass(ClassName.FADE + ' ' + ClassName.ACTIVE);
this.cleanupTether();
};