Fix infinite scroll

This commit is contained in:
James Allen 2014-07-28 17:28:52 +01:00
parent fc7753d49d
commit 714266b16e

View file

@ -11,7 +11,7 @@ define [
if attrs.infiniteScrollUpwards?
atTopOfListView()
else
atBottomOfList()
atBottomOfListView()
atTopOfListView = () ->
element.scrollTop() < 30