mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-24 16:14:44 +00:00
Substituted wrong semicolon with comma inside a list of variable
declaration
This commit is contained in:
parent
18f4d3d5e0
commit
b0fb85a38d
1 changed files with 1 additions and 1 deletions
|
|
@ -300,7 +300,7 @@ define( [ "jquery.mobile.core", "jquery.mobile.forms.select" ], function() {
|
|||
menuWidth = self.list.parent().outerWidth(),
|
||||
activePage = $( ".ui-page-active" ),
|
||||
tOverflow = $.support.touchOverflow && $.mobile.touchOverflowEnabled,
|
||||
tScrollElem = activePage.is( ".ui-native-fixed" ) ? activePage.find( ".ui-content" ) : activePage;
|
||||
tScrollElem = activePage.is( ".ui-native-fixed" ) ? activePage.find( ".ui-content" ) : activePage,
|
||||
scrollTop = tOverflow ? tScrollElem.scrollTop() : $( window ).scrollTop(),
|
||||
btnOffset = self.button.offset().top,
|
||||
screenHeight = window.innerHeight,
|
||||
|
|
|
|||
Loading…
Reference in a new issue