mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-23 01:10:25 +00:00
removed commented out line
This commit is contained in:
parent
7a8821fb71
commit
6a28fd4b13
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ $.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;
|
||||
$.mobile.defaultTransitionHandler = css3TransitionHandler;
|
||||
}
|
||||
|
||||
})( jQuery, this );
|
||||
|
|
|
|||
Loading…
Reference in a new issue