]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
update accordion-group to panel
authorfat <jacobthornton@gmail.com>
Fri, 27 Dec 2013 04:33:44 +0000 (20:33 -0800)
committerfat <jacobthornton@gmail.com>
Fri, 27 Dec 2013 04:33:44 +0000 (20:33 -0800)
javascript.html

index fe24dd9c1933033d171daa097e280bdb88390e30..9c17c555ef82ae920f7aff1409424c4a0d346376 100644 (file)
@@ -1738,7 +1738,7 @@ $('.collapse').collapse()
            <td>parent</td>
            <td>selector</td>
            <td>false</td>
-           <td>If selector then all collapsible elements under the specified parent will be closed when this collapsible item is shown. (similar to traditional accordion behavior - this dependent on the <code>accordion-group</code> class)</td>
+           <td>If selector then all collapsible elements under the specified parent will be closed when this collapsible item is shown. (similar to traditional accordion behavior - this dependent on the <code>panel</code> class)</td>
          </tr>
          <tr>
            <td>toggle</td>