aboutsummaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2013-07-31 22:57:00 -0700
committerJacob Thornton <[email protected]>2013-07-31 22:57:00 -0700
commit7a3c61ee33b8a07de20b2d30ed2bcd5fd7649fd6 (patch)
treee99829295c0b14cf1331ef7f6fbb11245298e284 /js
parentccd4c9d7b5f90cbbef7f2c9d6b9b3dec615185fc (diff)
downloadbootstrap-7a3c61ee33b8a07de20b2d30ed2bcd5fd7649fd6.tar.xz
bootstrap-7a3c61ee33b8a07de20b2d30ed2bcd5fd7649fd6.zip
fixes #8892
Diffstat (limited to 'js')
-rw-r--r--js/collapse.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/collapse.js b/js/collapse.js
index 34ac3c7fa..ab575515d 100644
--- a/js/collapse.js
+++ b/js/collapse.js
@@ -48,7 +48,7 @@
this.$element.trigger(startEvent)
if (startEvent.isDefaultPrevented()) return
- var actives = this.$parent && this.$parent.find('> .accordion-group > .in')
+ var actives = this.$parent && this.$parent.find('> .accordion-group > .in')
if (actives && actives.length) {
var hasData = actives.data('bs.collapse')