From 0dcb2f2971e1f9c36639cbe5422df8218a397d98 Mon Sep 17 00:00:00 2001 From: scottjehl Date: Sun, 24 Oct 2010 09:13:33 -0400 Subject: [PATCH] whitespace --- js/jquery.mobile.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/js/jquery.mobile.js b/js/jquery.mobile.js index bb7a2e48..184299ed 100644 --- a/js/jquery.mobile.js +++ b/js/jquery.mobile.js @@ -399,7 +399,8 @@ minBreakpoints = [], maxBreakpoints = []; - $html.removeClass( minPrefix + $.mobile.resolutionBreakpoints.join(" " + minPrefix) + maxPrefix + " " + $.mobile.resolutionBreakpoints.join(" " + maxPrefix) ); + $html.removeClass( minPrefix + $.mobile.resolutionBreakpoints.join(" " + minPrefix) + maxPrefix + + " " + $.mobile.resolutionBreakpoints.join(" " + maxPrefix) ); $.each($.mobile.resolutionBreakpoints,function( i ){ if( currWidth >= $.mobile.resolutionBreakpoints[ i ] ){