fix "loading more" spinner

This commit is contained in:
Nolan Lawson 2018-03-13 21:27:34 -07:00
parent 50499c00a7
commit dd67b4f856
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@
return
}
fetchTimelineItemsOnScrollToBottom(
this.get('currentInstance'),
this.store.get('currentInstance'),
this.get('timeline')
)
},