Skip to content

Commit 1e66973

Browse files
committed
Spelling correction in jquery.mobile.fixHeaderFooter.js.
1 parent 807f7bb commit 1e66973

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/jquery.mobile.fixHeaderFooter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ $.mobile.fixedToolbars = (function() {
176176
$.mobile.fixedToolbars.show( true, this );
177177
});
178178

179-
// When a collapsiable is hidden or shown we need to trigger the fixed toolbar to reposition itself (#1635)
179+
// When a collapsible is hidden or shown we need to trigger the fixed toolbar to reposition itself (#1635)
180180
$( document ).delegate( ".ui-collapsible-contain", "collapse expand", showEventCallback );
181181

182182
// element.getBoundingClientRect() is broken in iOS 3.2.1 on the iPad. The

0 commit comments

Comments
 (0)