enable touch overflow scrolling by default where supported

This commit is contained in:
scottjehl 2011-09-22 21:31:03 -04:00
parent a5c873e388
commit 1badd4aa8e

View file

@ -7,7 +7,7 @@
(function( $, undefined ) {
$.mobile.touchOverflowEnabled = false;
$.mobile.touchOverflowEnabled = true;
$( document ).bind( "pagecreate", function( event ) {
if( $.support.touchOverflow && $.mobile.touchOverflowEnabled ){