eminero
02/04/2020, 6:33 PMSteve Goldberg
02/04/2020, 6:41 PMshowContent()
on a particular view.Steve Goldberg
02/04/2020, 6:42 PMSteve Goldberg
02/04/2020, 6:42 PMSteve Goldberg
02/04/2020, 6:44 PMthis.showContent()
(although it'll probably have to be self.showContent()
if you do it within the event listener)Steve Goldberg
02/04/2020, 6:44 PMvar self = this;
this.collection.on('reset sync add remove change destroy', function() {
self.render();
});
eminero
02/04/2020, 7:36 PM