Skip to content

Commit

Permalink
Forgot to set threshold back to 10
Browse files Browse the repository at this point in the history
  • Loading branch information
MeoMix committed Apr 27, 2015
1 parent 4debdf7 commit 5cf857f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/foreground/view/behavior/slidingRender.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

// The number of items to render outside of the viewport. Helps with flickering because if
// only views which would be visible are rendered then they'd be visible while loading.
threshold: 0,
threshold: 10,

// Keep track of where user is scrolling from to determine direction and amount changed.
lastScrollTop: 0,
Expand Down

0 comments on commit 5cf857f

Please sign in to comment.