woops. add it whether it's supported or not :)

This commit is contained in:
scottjehl 2012-01-04 16:58:05 +07:00
parent 965f7e2681
commit f72eb291f6

View file

@ -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 );