mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
lowercased
This commit is contained in:
parent
5e0d37dfa8
commit
fd236692ea
1 changed files with 1 additions and 1 deletions
|
|
@ -88,6 +88,6 @@ if ( $.mobile.defaultTransitionHandler === $.mobile.noneTransitionHandler ) {
|
|||
}
|
||||
|
||||
// add class for where 3d transforms are supported, or not
|
||||
$( "html" ).addClass( $.support.cssTransform3d ? "ui-supported-cssTransform3d" : "ui-unsupported-cssTransform3d" );
|
||||
$( "html" ).addClass( $.support.cssTransform3d ? "ui-supported-csstransform3d" : "ui-unsupported-csstransform3d" );
|
||||
|
||||
})( jQuery, this );
|
||||
|
|
|
|||
Loading…
Reference in a new issue