get frontend rendering with new markup/css

This commit is contained in:
lilia
2014-07-27 12:12:59 -10:00
parent 518bdb2056
commit 95c31629b7
6 changed files with 51 additions and 22 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ var Whisper = Whisper || {};
'use strict';
Whisper.ConversationListView = Whisper.ListView.extend({
tagName: 'ul',
tagName: 'div',
id: 'contacts',
itemView: Whisper.ConversationListItemView,
collection: Whisper.Threads,