Commit 2cbb1d93 authored by Heinrich Fenkart's avatar Heinrich Fenkart

grunt

parent 9740d8bb
......@@ -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') ?
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
......@@ -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') ?
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment