Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
MinScrollBack: change default to 0 and deprecate
Browse files Browse the repository at this point in the history
  • Loading branch information
arschmitz committed Aug 13, 2013
1 parent 684a976 commit 536f153
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/jquery.mobile.defaults.js
Expand Up @@ -51,7 +51,8 @@ define( [ "jquery", "./jquery.mobile.ns", "json!../package.json" ], function( jQ
maxTransitionWidth: false,

// Minimum scroll distance that will be remembered when returning to a page
minScrollBack: 250,
// Deprecated remove in 1.5
minScrollBack: 0,

// DEPRECATED: the following property is no longer in use, but defined until 2.0 to prevent conflicts
touchOverflowEnabled: false,
Expand Down

0 comments on commit 536f153

Please sign in to comment.