0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

move hover state out of timeout duh

This commit is contained in:
Jacob Thornton 2012-01-08 15:12:34 -08:00
parent 91d393fd47
commit 7aca72322e
2 changed files with 2 additions and 2 deletions

View File

@ -517,7 +517,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
</div>
</section>
<!-- Tips
<!-- Twipsy
================================================== -->
<section id="twipsy">

View File

@ -88,8 +88,8 @@
if (!self.options.delay || !self.options.delay.hide) {
self.hide()
} else {
self.hoverState = 'out'
setTimeout(function() {
self.hoverState = 'out'
if (self.hoverState == 'out') {
self.hide()
}