aboutsummaryrefslogtreecommitdiff
path: root/js/tooltip.js
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-12-24 12:17:48 -0800
committerMark Otto <[email protected]>2013-12-24 12:17:48 -0800
commit5c2dfbf33b133a5e31035df970ffa05585eba422 (patch)
tree522b5814714b2df5064e441959d515a5ea4a89a0 /js/tooltip.js
parent679c7862374be9b742862923181302f76b3a8c06 (diff)
parent25390716ea2a0bf9cd476858c826775d68c2f1cf (diff)
downloadbootstrap-5c2dfbf33b133a5e31035df970ffa05585eba422.tar.xz
bootstrap-5c2dfbf33b133a5e31035df970ffa05585eba422.zip
Merge branch 'master' of github.com:twbs/bootstrap
Conflicts: docs-assets/js/raw-files.js
Diffstat (limited to 'js/tooltip.js')
-rw-r--r--js/tooltip.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/tooltip.js b/js/tooltip.js
index 656234dea..f24876139 100644
--- a/js/tooltip.js
+++ b/js/tooltip.js
@@ -177,6 +177,7 @@
var calculatedOffset = this.getCalculatedOffset(placement, pos, actualWidth, actualHeight)
this.applyPlacement(calculatedOffset, placement)
+ this.hoverState = null
this.$element.trigger('shown.bs.' + this.type)
}
}
@@ -265,6 +266,7 @@
.emulateTransitionEnd(150) :
complete()
+ this.hoverState = null
this.$element.trigger('hidden.bs.' + this.type)
return this