mirror of https://github.com/twbs/bootstrap.git
				
				
				
			fixes #7970
This commit is contained in:
		
							parent
							
								
									e87508854e
								
							
						
					
					
						commit
						7b12a0dcbc
					
				| 
						 | 
					@ -511,7 +511,7 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    var dimension = this.dimension()
 | 
					    var dimension = this.dimension()
 | 
				
			||||||
    var scroll    = $.camelCase(['scroll', dimension].join('-'))
 | 
					    var scroll    = $.camelCase(['scroll', dimension].join('-'))
 | 
				
			||||||
    var actives   = this.$parent && this.$parent.find('> .accordion-group > .in')
 | 
					    var actives   = this.$parent && this.$parent.find('.collapse.in')
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    if (actives && actives.length) {
 | 
					    if (actives && actives.length) {
 | 
				
			||||||
      var hasData = actives.data('bs.collapse')
 | 
					      var hasData = actives.data('bs.collapse')
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							| 
						 | 
					@ -50,7 +50,7 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    var dimension = this.dimension()
 | 
					    var dimension = this.dimension()
 | 
				
			||||||
    var scroll    = $.camelCase(['scroll', dimension].join('-'))
 | 
					    var scroll    = $.camelCase(['scroll', dimension].join('-'))
 | 
				
			||||||
    var actives   = this.$parent && this.$parent.find('> .accordion-group > .in')
 | 
					    var actives   = this.$parent && this.$parent.find('.collapse.in')
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    if (actives && actives.length) {
 | 
					    if (actives && actives.length) {
 | 
				
			||||||
      var hasData = actives.data('bs.collapse')
 | 
					      var hasData = actives.data('bs.collapse')
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue