Turned maxTransitionWidth to false by default

Useful for testing, we may set this back to a value once we've seen
more feedback. Improved the comment a bit.
This commit is contained in:
toddparker 2012-01-11 20:53:41 -05:00 committed by scottjehl
parent b52551d9a3
commit 97ff127a1c

View file

@ -40,8 +40,8 @@ define( [ "jquery.mobile.widget" ], function() {
// Set default page transition - 'none' for no transitions
defaultPageTransition: "fade",
// Set maximum window width for transitions to apply
maxTransitionWidth: 1000,
// Set maximum window width for transitions to apply - 'false' for no limit
maxTransitionWidth: false,
// Minimum scroll distance that will be remembered when returning to a page
minScrollBack: 250,