Skip to content

Commit 3c57f57

Browse files
redaemnjohnbender
authored andcommitted
Substituted wrong semicolon with comma inside a list of variable
declaration
1 parent f5c5c9a commit 3c57f57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/jquery.mobile.forms.select.custom.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@
297297
menuWidth = self.list.parent().outerWidth(),
298298
activePage = $( ".ui-page-active" ),
299299
tOverflow = $.support.touchOverflow && $.mobile.touchOverflowEnabled,
300-
tScrollElem = activePage.is( ".ui-native-fixed" ) ? activePage.find( ".ui-content" ) : activePage;
300+
tScrollElem = activePage.is( ".ui-native-fixed" ) ? activePage.find( ".ui-content" ) : activePage,
301301
scrollTop = tOverflow ? tScrollElem.scrollTop() : $( window ).scrollTop(),
302302
btnOffset = self.button.offset().top,
303303
screenHeight = window.innerHeight,

0 commit comments

Comments
 (0)