From: Bartosz DziewoƄski Date: Tue, 8 May 2018 14:17:41 +0000 (+0200) Subject: jquery.makeCollapsible: Fix typo in documentation X-Git-Tag: 1.34.0-rc.0~5497^2 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/comptes/?a=commitdiff_plain;h=1d9d65d7af1d0f3f26959d5485ea64bda6d3d12f;p=lhc%2Fweb%2Fwiklou.git jquery.makeCollapsible: Fix typo in documentation Change-Id: Iaf53f0e460bc8684f0925c2f3963d988f8624aa4 --- diff --git a/resources/src/jquery/jquery.makeCollapsible.js b/resources/src/jquery/jquery.makeCollapsible.js index 503e3a6cfe..e355196ed4 100644 --- a/resources/src/jquery/jquery.makeCollapsible.js +++ b/resources/src/jquery/jquery.makeCollapsible.js @@ -217,7 +217,7 @@ * expand the element. Default: the 'data-expandtext' attribute of the * collapsible element or the content of 'collapsible-expand' message. * @param {boolean} [options.collapsed] Whether to collapse immediately. By default - * collapse only if the elements has the 'mw-collapsible' class. + * collapse only if the element has the 'mw-collapsed' class. * @param {jQuery} [options.$customTogglers] Elements to be used as togglers * for this collapsible element. By default, if the collapsible element * has an id attribute like 'mw-customcollapsible-XXX', elements with a