Fix inbox comparator

pull/749/head
lilia 10 years ago
parent 4716754209
commit 61581bae7f

@ -25,7 +25,7 @@
window.inbox = new Whisper.ConversationCollection([], {
comparator: function(model) {
return -model.active_at;
return -model.get('active_at');
}
});

Loading…
Cancel
Save