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 ] ){