diff --git a/js/jquery.mobile.forms.select.custom.js b/js/jquery.mobile.forms.select.custom.js index fc7d4a83..e00bf114 100644 --- a/js/jquery.mobile.forms.select.custom.js +++ b/js/jquery.mobile.forms.select.custom.js @@ -289,7 +289,7 @@ }, 300); function focusMenuItem() { - self.list.find( $.mobile.activeBtnClass ).focus(); + self.list.find( $.mobile.activeBtnClass ).focus(); } if ( menuHeight > screenHeight - 80 || !$.support.scrollTop ) {