aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/js/bootstrap-collapse.js
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2012-06-02 22:10:35 -0700
committerJacob Thornton <[email protected]>2012-06-02 22:10:35 -0700
commit2d3a0babd242d7eebe09cf3f4daad38e2d7df6ee (patch)
treef1152d3b0c2cd04b65dcfaceed8f54960a0c1e51 /docs/assets/js/bootstrap-collapse.js
parent4a276b1620f84da7343635731f6b3dbfa301d381 (diff)
downloadbootstrap-2d3a0babd242d7eebe09cf3f4daad38e2d7df6ee.tar.xz
bootstrap-2d3a0babd242d7eebe09cf3f4daad38e2d7df6ee.zip
make active selector more specific #2043 and rebuild
Diffstat (limited to 'docs/assets/js/bootstrap-collapse.js')
-rw-r--r--docs/assets/js/bootstrap-collapse.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/assets/js/bootstrap-collapse.js b/docs/assets/js/bootstrap-collapse.js
index da64a3238..45eea2906 100644
--- a/docs/assets/js/bootstrap-collapse.js
+++ b/docs/assets/js/bootstrap-collapse.js
@@ -67,7 +67,7 @@
this.$element[dimension](0)
this.transition('addClass', $.Event('show'), 'shown')
- this.$element[dimension](this.$element[0][scroll])
+ $.support.transition && this.$element[dimension](this.$element[0][scroll])
}
, hide: function () {