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

Commit 536f153

Browse files
committed
MinScrollBack: change default to 0 and deprecate
1 parent 684a976 commit 536f153

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

js/jquery.mobile.defaults.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ define( [ "jquery", "./jquery.mobile.ns", "json!../package.json" ], function( jQ
5151
maxTransitionWidth: false,
5252

5353
// Minimum scroll distance that will be remembered when returning to a page
54-
minScrollBack: 250,
54+
// Deprecated remove in 1.5
55+
minScrollBack: 0,
5556

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

0 commit comments

Comments
 (0)