Authored by xuqi

fav brand scroll.Review by: @梁志锋

... ... @@ -243,6 +243,4 @@ function scrollHandler() {
}
//srcoll to load more
$(window).scroll(function() {
window.requestAnimationFrame(scrollHandler);
});
\ No newline at end of file
$(window).scroll(scrollHandler);
\ No newline at end of file
... ...