defined touchOverflowEnabled in core

This commit is contained in:
scottjehl 2012-01-19 00:17:40 +07:00
parent a5fd5f235e
commit a4b7673c12

View file

@ -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",