bind to new eventname [ci skip]
This commit is contained in:
parent
bf62709c1d
commit
9f1713b8f9
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ app.views.infiniteScrollMixin = {
|
|||
|
||||
this.bind("loadMore", this.fetchAndshowLoader, this)
|
||||
this.stream.bind("fetched", this.hideLoader, this)
|
||||
this.stream.bind("allPostsLoaded", this.unbindInfScroll, this)
|
||||
this.stream.bind("allItemsLoaded", this.unbindInfScroll, this)
|
||||
this.collection.bind("add", this.addPost, this);
|
||||
|
||||
var throttledScroll = _.throttle(_.bind(this.infScroll, this), 200);
|
||||
|
|
|
|||
Loading…
Reference in a new issue