mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-20 14:20:59 +00:00
woops. add it whether it's supported or not :)
This commit is contained in:
parent
965f7e2681
commit
f72eb291f6
1 changed files with 1 additions and 3 deletions
|
|
@ -88,8 +88,6 @@ if ( $.mobile.defaultTransitionHandler === $.mobile.noneTransitionHandler ) {
|
|||
}
|
||||
|
||||
// add class for where 3d transforms are supported, or not
|
||||
if( $.support.cssTransform3d ){
|
||||
$( "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