Skip to content

Commit 372b61f

Browse files
author
scottjehl
committed
added deprecated definition of touchOverflowEnabled. this will no longer be used, but we're leaving it defined for a while
1 parent d863697 commit 372b61f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

js/jquery.mobile.core.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ define( [ "jquery", "jquery.mobile.widget" ], function( $ ) {
4545

4646
// Minimum scroll distance that will be remembered when returning to a page
4747
minScrollBack: 10,
48+
49+
// DEPRECATED: the following property is no longer in use, but defined until 2.0 to prevent conflicts
50+
touchOverflowEnabled: false,
4851

4952
// Set default dialog transition - 'none' for no transitions
5053
defaultDialogTransition: "pop",

0 commit comments

Comments
 (0)