mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-12 02:11:02 +00:00
whitespace
This commit is contained in:
parent
e736caebfe
commit
0dcb2f2971
1 changed files with 2 additions and 1 deletions
|
|
@ -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 ] ){
|
||||
|
|
|
|||
Loading…
Reference in a new issue