Render the message list view.

pull/749/head
lilia 10 years ago
parent 5ad5464dd1
commit 5e064db28f

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

Loading…
Cancel
Save