Render the message list view.

This commit is contained in:
lilia 2015-02-11 23:39:57 -08:00
parent 5ad5464dd1
commit 5e064db28f
1 changed files with 1 additions and 0 deletions

View File

@ -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));
},