mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-19 20:01:52 +00:00
defined touchOverflowEnabled in core
This commit is contained in:
parent
a5fd5f235e
commit
a4b7673c12
1 changed files with 3 additions and 0 deletions
|
|
@ -47,6 +47,9 @@ define( [ "jquery", "jquery.mobile.widget" ], function( $ ) {
|
|||
|
||||
// Minimum scroll distance that will be remembered when returning to a page
|
||||
minScrollBack: 10,
|
||||
|
||||
// DEPRECATED: the following property is no longer in use, but defined until 2.0 to prevent conflicts
|
||||
touchOverflowEnabled: false,
|
||||
|
||||
// Set default dialog transition - 'none' for no transitions
|
||||
defaultDialogTransition: "pop",
|
||||
|
|
|
|||
Loading…
Reference in a new issue