From 49724f94b93d9ef2f691061f94ab54607a9fd87e Mon Sep 17 00:00:00 2001 From: scottjehl Date: Wed, 4 Jan 2012 16:58:05 +0700 Subject: [PATCH] woops. add it whether it's supported or not :) --- js/jquery.mobile.transition.outin.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/js/jquery.mobile.transition.outin.js b/js/jquery.mobile.transition.outin.js index eddc7a7e..83b5bbf4 100644 --- a/js/jquery.mobile.transition.outin.js +++ b/js/jquery.mobile.transition.outin.js @@ -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 );