mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
removed old commented out code
This commit is contained in:
parent
6e2f1cd64f
commit
67aec832cb
1 changed files with 0 additions and 13 deletions
|
|
@ -478,19 +478,6 @@ define( [
|
|||
// bind to scrollstop for the first page as "pagechange" won't be fired in that case
|
||||
getScrollElem().bind( "scrollstop", delayedSetLastScroll );
|
||||
|
||||
// Make the iOS clock quick-scroll work again if we're using native overflow scrolling
|
||||
/*
|
||||
if( $.support.touchOverflow ){
|
||||
if( $.mobile.touchOverflowEnabled ){
|
||||
$( window ).bind( "scrollstop", function(){
|
||||
if( $( this ).scrollTop() === 0 ){
|
||||
$.mobile.activePage.scrollTop( 0 );
|
||||
}
|
||||
});
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
//function for transitioning between two existing pages
|
||||
function transitionPages( toPage, fromPage, transition, reverse ) {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue