aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfat <[email protected]>2012-12-20 01:05:55 -0800
committerfat <[email protected]>2012-12-20 01:05:55 -0800
commit6b67a836316adad78f0cc0e7244af0f0ddddf0b7 (patch)
treee8d75be50dc7815417b30d6258ff0eda078c4f3f
parentc00f29e4d4e157376c2b24a64bee67bc67e7136a (diff)
parent2c9f43f6858597b3bbc6d4036a3bd1dd18d6181f (diff)
downloadbootstrap-6b67a836316adad78f0cc0e7244af0f0ddddf0b7.tar.xz
bootstrap-6b67a836316adad78f0cc0e7244af0f0ddddf0b7.zip
Merge branch '2.2.3' into 2.3.0-wip
-rw-r--r--js/bootstrap-collapse.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/bootstrap-collapse.js b/js/bootstrap-collapse.js
index 9e7211218..6755aa7e2 100644
--- a/js/bootstrap-collapse.js
+++ b/js/bootstrap-collapse.js
@@ -52,7 +52,7 @@
, actives
, hasData
- if (this.transitioning) return
+ if (this.transitioning || this.$element.hasClass('in')) return
dimension = this.dimension()
scroll = $.camelCase(['scroll', dimension].join('-'))