Conversation subscreens share a header

// FREEBIE
This commit is contained in:
lilia 2016-03-21 15:37:53 -07:00
parent c8aa2246dc
commit 234f937bc7
11 changed files with 128 additions and 189 deletions

View file

@ -28,7 +28,7 @@
});
Whisper.MessageDetailView = Whisper.View.extend({
className: 'message-detail',
className: 'message-detail panel',
templateName: 'message-detail',
initialize: function(options) {
this.view = new Whisper.MessageView({model: this.model});