Fixing typo from r78944
[lhc/web/wiklou.git] / resources / jquery / jquery.makeCollapsible.js
index 984efa2..7a08473 100644 (file)
@@ -120,7 +120,7 @@ $.fn.makeCollapsible = function() {
                                if ( $firstItem.attr( 'value' ) == '' ) {
                                        $firstItem.attr( 'value', '1' );
                                }
-                               $that.prepend( $toggleLink.wrap( '<li class="mw-collapsibile-toggle-li">' ).parent() );
+                               $that.prepend( $toggleLink.wrap( '<li class="mw-collapsible-toggle-li">' ).parent() );
                        } else {
                                $toggleLink = $toggle.unbind( 'click.mw-collapse' ).bind( 'click.mw-collapse', function( e ){
                                        e.preventDefault();