lowercased

This commit is contained in:
scottjehl 2012-01-04 17:32:58 +07:00
parent 5e0d37dfa8
commit fd236692ea

View file

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