Skip to content

Commit

Permalink
Merge pull request jquery-archive#3199 from jakeboone02/patch-3
Browse files Browse the repository at this point in the history
Spelling correction in jquery.mobile.fixHeaderFooter.js.
  • Loading branch information
gseguin committed Dec 1, 2011
2 parents 807f7bb + 1e66973 commit 16bd333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/jquery.mobile.fixHeaderFooter.js
Expand Up @@ -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
Expand Down

0 comments on commit 16bd333

Please sign in to comment.