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

github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Mazovetskiy <glex.spb@gmail.com>2014-11-18 00:35:24 +0300
committerGleb Mazovetskiy <glebm@google.com>2015-01-18 01:49:14 +0300
commit386bf387ccabd3aec63745ec58fb828c5cd28f80 (patch)
tree58b92068a54b9bbca60aa09f95933fc21ed003bc /assets/javascripts/bootstrap/collapse.js
parent847887b0ac523221b80cb986e5e42241bab0158a (diff)
rake convert
Diffstat (limited to 'assets/javascripts/bootstrap/collapse.js')
-rw-r--r--assets/javascripts/bootstrap/collapse.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/javascripts/bootstrap/collapse.js b/assets/javascripts/bootstrap/collapse.js
index b2cc125..a2ede59 100644
--- a/assets/javascripts/bootstrap/collapse.js
+++ b/assets/javascripts/bootstrap/collapse.js
@@ -46,7 +46,7 @@
if (this.transitioning || this.$element.hasClass('in')) return
var activesData
- var actives = this.$parent && this.$parent.find('> .panel').children('.in, .collapsing')
+ var actives = this.$parent && this.$parent.children('.panel').children('.in, .collapsing')
if (actives && actives.length) {
activesData = actives.data('bs.collapse')