aboutsummaryrefslogtreecommitdiff
path: root/docs/dist/js/bootstrap.js
diff options
context:
space:
mode:
authorHeinrich Fenkart <[email protected]>2014-10-26 04:39:49 +0100
committerHeinrich Fenkart <[email protected]>2014-10-26 04:39:49 +0100
commit2cbb1d937474cd928c9c06b613ee3857d936e91a (patch)
tree0f53b957d8784dd8c8c31e36a6ddad9108704e3e /docs/dist/js/bootstrap.js
parent9740d8bb697dadf7dba1c271cce87d0d90c7ac62 (diff)
downloadbootstrap-2cbb1d937474cd928c9c06b613ee3857d936e91a.tar.xz
bootstrap-2cbb1d937474cd928c9c06b613ee3857d936e91a.zip
grunt
Diffstat (limited to 'docs/dist/js/bootstrap.js')
-rw-r--r--docs/dist/js/bootstrap.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/dist/js/bootstrap.js b/docs/dist/js/bootstrap.js
index 41e005f62..867178cbd 100644
--- a/docs/dist/js/bootstrap.js
+++ b/docs/dist/js/bootstrap.js
@@ -1353,8 +1353,11 @@ if (typeof jQuery === 'undefined') {
this.applyPlacement(calculatedOffset, placement)
var complete = function () {
+ var prevHoverState = that.hoverState
that.$element.trigger('shown.bs.' + that.type)
that.hoverState = null
+
+ if (prevHoverState == 'out') that.leave(that)
}
$.support.transition && this.$tip.hasClass('fade') ?