1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-10 23:54:08 +02:00
This commit is contained in:
Heinrich Fenkart
2014-10-26 04:39:49 +01:00
parent 9740d8bb69
commit 2cbb1d9374
6 changed files with 10 additions and 4 deletions

View File

@@ -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') ?

File diff suppressed because one or more lines are too long