0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00
Closes #13782 by merging it.
This commit is contained in:
Erwan Jegouzo 2014-06-10 17:36:03 -04:00 committed by Chris Rebert
parent 045aceef94
commit 1b63d0b9ba

View File

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