Implement typeahead (first pass)

This commit is contained in:
lilia 2015-01-24 23:55:50 -10:00
parent 79cdadd816
commit 7bcceacf69
2 changed files with 36 additions and 4 deletions

View file

@ -20,7 +20,6 @@ var Whisper = Whisper || {};
Whisper.ConversationListView = Whisper.ListView.extend({
tagName: 'div',
id: 'contacts',
itemView: Whisper.ConversationListItemView,
events: {