removed code to set css3transitionhandler as the default

This commit is contained in:
scottjehl 2011-12-29 00:45:58 +07:00
parent 0bfacce751
commit b820de1afc

View file

@ -94,11 +94,6 @@ function css3TransitionHandler( name, reverse, $to, $from ) {
// Make our transition handler public.
$.mobile.css3TransitionHandler = css3TransitionHandler;
// If the default transition handler is the 'none' handler, replace it with our handler.
if ( $.mobile.defaultTransitionHandler === $.mobile.noneTransitionHandler ) {
$.mobile.defaultTransitionHandler = css3TransitionHandler;
}
})( jQuery, this );
//>>excludeStart("jqmBuildExclude", pragmas.jqmBuildExclude);
});