mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-28 09:54:44 +00:00
whitespace correction in core
This commit is contained in:
parent
b321d5f5f0
commit
1bf84177e0
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@
|
|||
setTimeout(function() {
|
||||
window.scrollTo( 0, ypos );
|
||||
$(document).trigger( "silentscroll", { x: 0, y: ypos });
|
||||
},20);
|
||||
}, 20);
|
||||
|
||||
setTimeout(function() {
|
||||
$.event.special.scrollstart.enabled = true;
|
||||
|
|
|
|||
Loading…
Reference in a new issue