mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
Spelling correction in jquery.mobile.fixHeaderFooter.js.
This commit is contained in:
parent
807f7bbe78
commit
1e669734c3
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue