From fd236692ea85e23d7da9eb0eb7fddaa332349c00 Mon Sep 17 00:00:00 2001 From: scottjehl Date: Wed, 4 Jan 2012 17:32:58 +0700 Subject: [PATCH] lowercased --- js/jquery.mobile.transition.outin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/jquery.mobile.transition.outin.js b/js/jquery.mobile.transition.outin.js index 83b5bbf4..6d07b0e7 100644 --- a/js/jquery.mobile.transition.outin.js +++ b/js/jquery.mobile.transition.outin.js @@ -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 );