Merge pull request #3199 from jakeboone02/patch-3

Spelling correction in jquery.mobile.fixHeaderFooter.js.
This commit is contained in:
Ghislain Seguin 2011-12-01 13:35:42 -08:00
commit 16bd333755

View file

@ -176,7 +176,7 @@ $.mobile.fixedToolbars = (function() {
$.mobile.fixedToolbars.show( true, this );
});
// 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)
$( document ).delegate( ".ui-collapsible-contain", "collapse expand", showEventCallback );
// element.getBoundingClientRect() is broken in iOS 3.2.1 on the iPad. The