whitespace correction in core

This commit is contained in:
John Bender 2011-06-26 11:40:58 -07:00
parent b321d5f5f0
commit 1bf84177e0

View file

@ -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;