From 9bfa7d2de16698b1e37c36560436421438a869cc Mon Sep 17 00:00:00 2001 From: scottjehl Date: Mon, 9 Jan 2012 16:24:10 +0700 Subject: [PATCH] better comment --- js/jquery.mobile.transition.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/jquery.mobile.transition.js b/js/jquery.mobile.transition.js index 07f20810..ecdf66fb 100644 --- a/js/jquery.mobile.transition.js +++ b/js/jquery.mobile.transition.js @@ -6,7 +6,7 @@ function outInTransitionHandler( name, reverse, $to, $from ) { - // first, override name if there's no 3D transform support and a fallback is defined + // override name if there's no 3D transform support and a fallback is defined, or if not, to "none" if( name && !$.support.cssTransform3d ){ name = $.mobile.transitionFallbacks[ name ] || "none"; }