aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErwan Jegouzo <[email protected]>2014-06-10 17:36:03 -0400
committerChris Rebert <[email protected]>2014-06-17 17:56:15 -0700
commit1b63d0b9ba0fad04a8428d27bc1d141079bdfa7b (patch)
tree29d998b2ec3bb767e8fc2511c2fddcfab3739a17
parent045aceef943330a84042a6f3a5c81dc79a10e7e5 (diff)
downloadbootstrap-1b63d0b9ba0fad04a8428d27bc1d141079bdfa7b.tar.xz
bootstrap-1b63d0b9ba0fad04a8428d27bc1d141079bdfa7b.zip
fix for #13747
Closes #13782 by merging it.
-rw-r--r--js/tooltip.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tooltip.js b/js/tooltip.js
index 38940a384..c62a5061a 100644
--- a/js/tooltip.js
+++ b/js/tooltip.js
@@ -202,10 +202,10 @@
var calculatedOffset = this.getCalculatedOffset(placement, pos, actualWidth, actualHeight)
this.applyPlacement(calculatedOffset, placement)
- this.hoverState = null
var complete = function () {
that.$element.trigger('shown.bs.' + that.type)
+ that.hoverState = null
}
$.support.transition && this.$tip.hasClass('fade') ?