whitespace

This commit is contained in:
scottjehl 2010-10-24 09:13:33 -04:00
parent e736caebfe
commit 0dcb2f2971

View file

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