mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-19 13:51:00 +00:00
removed a console.log
This commit is contained in:
parent
f12872c783
commit
a382295724
1 changed files with 0 additions and 2 deletions
|
|
@ -411,8 +411,6 @@
|
|||
maxBreakpoints = [],
|
||||
unit = "px",
|
||||
breakpointClasses;
|
||||
console.log(minPrefix + resolutionBreakpoints.join(unit + " " + minPrefix) + unit + " " +
|
||||
maxPrefix + resolutionBreakpoints.join( unit + " " + maxPrefix) + unit);
|
||||
|
||||
$html.removeClass( minPrefix + resolutionBreakpoints.join(unit + " " + minPrefix) + unit + " " +
|
||||
maxPrefix + resolutionBreakpoints.join( unit + " " + maxPrefix) + unit );
|
||||
|
|
|
|||
Loading…
Reference in a new issue