Skip to content

Commit ae7d62a

Browse files
author
scottjehl
committed
code style & repetition cleanup
1 parent 24fff18 commit ae7d62a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

js/jquery.mobile.fixHeaderFooter.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,9 @@ $.fixedToolbars = (function(){
128128

129129
$.fixedToolbars.show(true, this);
130130
});
131-
//When a collapsiable is hidden or shown we need to trigger the fixed toolbar to reposition itself (#1635)
132-
$('.ui-collapsible-contain').live('collapse',showEventCallback);
133-
$('.ui-collapsible-contain').live('expand',showEventCallback);
131+
132+
//When a collapsiable is hidden or shown we need to trigger the fixed toolbar to reposition itself (#1635)
133+
$( ".ui-collapsible-contain" ).live( "collapse expand", showEventCallback );
134134

135135
// element.getBoundingClientRect() is broken in iOS 3.2.1 on the iPad. The
136136
// coordinates inside of the rect it returns don't have the page scroll position

0 commit comments

Comments
 (0)