Make conversations open when they are created

This commit is contained in:
lilia
2014-09-04 00:21:18 -07:00
parent 230d24a69e
commit ef066ea9d2
2 changed files with 2 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ var Whisper = Whisper || {};
this.listenTo(this.model, 'change', this.render); // auto update
this.listenTo(this.model, 'destroy', this.remove); // auto update
this.listenTo(this.model, 'render', this.open);
},
open: function(e) {