Skip to content
Extraits de code Groupes Projets
Valider 9f1713b8 rédigé par Florian Staudacher's avatar Florian Staudacher
Parcourir les fichiers

bind to new eventname [ci skip]

parent bf62709c
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -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);
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter