Project

General

Profile

Task #104532

Updated by Ayke Halder 4 months ago

 


 See: 

 https://github.com/twbs/bootstrap/blob/688bce4fa695cc360a0d084e34f029b0c192b223/js/src/collapse.js#L33-L36 

 <pre><code class="javascript"> 
 const Default = { 
   toggle: true, 
   parent: '' 
 } 
 </code></pre> 


 See https://github.com/twbs/bootstrap/blob/688bce4fa695cc360a0d084e34f029b0c192b223/js/src/collapse.js#L97-L99 

 <pre><code class="javascript"> 
     if (this._config.toggle) { 
       this.toggle() 
     } 
 </code></pre> 

Back