diff options
| author | fat <[email protected]> | 2013-12-26 20:33:44 -0800 |
|---|---|---|
| committer | fat <[email protected]> | 2013-12-26 20:33:44 -0800 |
| commit | 201088cb5f9ab4af062b62ac3a10a2e8f07a6ec5 (patch) | |
| tree | e71fb14e4f8c82d57d04a7c2f7a712a5994d3fae /javascript.html | |
| parent | c595db19ff21b5782cf0d510a34ee943508d115c (diff) | |
| download | bootstrap-201088cb5f9ab4af062b62ac3a10a2e8f07a6ec5.tar.xz bootstrap-201088cb5f9ab4af062b62ac3a10a2e8f07a6ec5.zip | |
update accordion-group to panel
Diffstat (limited to 'javascript.html')
| -rw-r--r-- | javascript.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/javascript.html b/javascript.html index fe24dd9c1..9c17c555e 100644 --- a/javascript.html +++ b/javascript.html @@ -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> |
