aboutsummaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2012-01-08 15:12:34 -0800
committerJacob Thornton <[email protected]>2012-01-08 15:12:34 -0800
commit7aca72322effb717804af8348d3b58cfa2cbe000 (patch)
tree130a975002aaeffc90344b080de515847ef1f885 /js
parent91d393fd4705faff072a33f9697e0bf194fe40db (diff)
downloadbootstrap-7aca72322effb717804af8348d3b58cfa2cbe000.tar.xz
bootstrap-7aca72322effb717804af8348d3b58cfa2cbe000.zip
move hover state out of timeout duh
Diffstat (limited to 'js')
-rw-r--r--js/bootstrap-twipsy.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/bootstrap-twipsy.js b/js/bootstrap-twipsy.js
index 756775f43..b7b802926 100644
--- a/js/bootstrap-twipsy.js
+++ b/js/bootstrap-twipsy.js
@@ -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()
}