From 6cdec7d14d61488473c1d9e6e581aeca5e262d12 Mon Sep 17 00:00:00 2001 From: John Bender Date: Wed, 10 Aug 2011 13:35:35 -0700 Subject: [PATCH] minor whitespace --- js/jquery.mobile.forms.select.custom.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) {