From 201088cb5f9ab4af062b62ac3a10a2e8f07a6ec5 Mon Sep 17 00:00:00 2001 From: fat <jacobthornton@gmail.com> Date: Thu, 26 Dec 2013 20:33:44 -0800 Subject: [PATCH] update accordion-group to panel --- javascript.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/javascript.html b/javascript.html index fe24dd9c19..9c17c555ef 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> -- GitLab