We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 807f7bb commit 1e66973Copy full SHA for 1e66973
js/jquery.mobile.fixHeaderFooter.js
@@ -176,7 +176,7 @@ $.mobile.fixedToolbars = (function() {
176
$.mobile.fixedToolbars.show( true, this );
177
});
178
179
- // When a collapsiable is hidden or shown we need to trigger the fixed toolbar to reposition itself (#1635)
+ // When a collapsible is hidden or shown we need to trigger the fixed toolbar to reposition itself (#1635)
180
$( document ).delegate( ".ui-collapsible-contain", "collapse expand", showEventCallback );
181
182
// element.getBoundingClientRect() is broken in iOS 3.2.1 on the iPad. The
0 commit comments