Render the message list view.

This commit is contained in:
lilia 2015-02-11 23:39:57 -08:00
parent 5ad5464dd1
commit 5e064db28f

View file

@ -38,6 +38,7 @@
collection: this.model.messageCollection collection: this.model.messageCollection
}); });
this.$el.find('.discussion-container').append(this.view.el); this.$el.find('.discussion-container').append(this.view.el);
this.view.render();
window.addEventListener('resize', this.view.resize.bind(this.view)); window.addEventListener('resize', this.view.resize.bind(this.view));
}, },