<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -12,6 +12,9 @@
   border: 1px black solid;
   width: 40em;
 }
+p {
+margin: 0px;
+}
 h3, h4 {
   text-align: center;
   color: white;
@@ -137,6 +140,32 @@ h3.accordion_toggle_active, h4.accordion_toggle_active {
       &lt;p&gt;Yeah!.&lt;/p&gt;
     &lt;/div&gt;
   &lt;/div&gt;
+  &lt;h3&gt;Not extended on startup&lt;/h3&gt;
+  &lt;div class=&quot;accordion_content&quot; id=&quot;noext&quot;&gt;
+    &lt;h4&gt;Info&lt;/h4&gt;
+    &lt;div class=&quot;nested_accordion_content&quot;&gt;
+      &lt;p&gt;Pass `activeIndex: null` to disable extending on startup.&lt;/p&gt;
+    &lt;/div&gt;
+    &lt;h4&gt;2&lt;/h4&gt;
+    &lt;div class=&quot;nested_accordion_content&quot;&gt;
+      &lt;p&gt;I have text.&lt;/p&gt;
+      &lt;p&gt;And some more of I have text.&lt;/p&gt;
+      &lt;p&gt;Yeah!.&lt;/p&gt;
+    &lt;/div&gt;
+    &lt;h4&gt;3&lt;/h4&gt;
+    &lt;div class=&quot;nested_accordion_content&quot;&gt;
+      &lt;p&gt;I have text.&lt;/p&gt;
+      &lt;p&gt;And some more of I have text.&lt;/p&gt;
+      &lt;p&gt;Yeah!.&lt;/p&gt;
+    &lt;/div&gt;
+    &lt;h4&gt;4&lt;/h4&gt;
+    &lt;div class=&quot;nested_accordion_content&quot;&gt;
+      &lt;p&gt;I have text.&lt;/p&gt;
+      &lt;p&gt;And some more of I have text.&lt;/p&gt;
+      &lt;p&gt;Yeah!.&lt;/p&gt;
+    &lt;/div&gt;
+  &lt;/div&gt;
+
 &lt;/div&gt;
 &lt;script type=&quot;text/javascript&quot;&gt;
 //&lt;![CDATA[
@@ -147,6 +176,8 @@ new Arturaz.Accordion('nested', {
   toggleSelector: 'h4', contentClass: 'nested_accordion_content'});
 new Arturaz.Accordion('noanim', {toggleSelector: 'h4', animate: false,
   contentClass: 'nested_accordion_content'});
+new Arturaz.Accordion('noext', {toggleSelector: 'h4', activeIndex: null,
+  contentClass: 'nested_accordion_content'});
 //]]&gt;
 &lt;/script&gt;
 &lt;h2&gt;Get it&lt;/h2&gt;</diff>
      <filename>index.html</filename>
    </modified>
    <modified>
      <diff>@@ -120,7 +120,7 @@ Arturaz.Accordion.prototype = {
     this.hideAll();
     if (this.options.activeToggle)
       this.selectContentByToggle(this.options.activeToggle, false);
-    else
+    else if (this.options.activeIndex != null)
       this.selectContentByIndex(this.options.activeIndex, false);
   },
   </diff>
      <filename>js/arturaz-accordion.js</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>b5566ad42cd998314807b5791d276c10c4614bbe</id>
    </parent>
  </parents>
  <author>
    <name>Arturas Slajus</name>
    <email>x11@arturaz.net</email>
  </author>
  <url>http://github.com/arturaz/accordion/commit/6f513b30b19b0e18c81184be449ed3b41cc76574</url>
  <id>6f513b30b19b0e18c81184be449ed3b41cc76574</id>
  <committed-date>2009-02-10T10:47:51-08:00</committed-date>
  <authored-date>2009-02-10T10:47:51-08:00</authored-date>
  <message>`activeIndex: null` option</message>
  <tree>0db7442d6993b08c8dee1cf3c442da2172379528</tree>
  <committer>
    <name>Arturas Slajus</name>
    <email>x11@arturaz.net</email>
  </committer>
</commit>
