Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorJacob Thornton <jacobthornton@gmail.com>2013-08-01 09:57:00 +0400
committerJacob Thornton <jacobthornton@gmail.com>2013-08-01 09:57:00 +0400
commit7a3c61ee33b8a07de20b2d30ed2bcd5fd7649fd6 (patch)
treee99829295c0b14cf1331ef7f6fbb11245298e284 /js
parentccd4c9d7b5f90cbbef7f2c9d6b9b3dec615185fc (diff)
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 34ac3c7fa6..ab575515de 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')