Implement typeahead (first pass)
This commit is contained in:
parent
79cdadd816
commit
7bcceacf69
2 changed files with 36 additions and 4 deletions
|
@ -20,7 +20,6 @@ var Whisper = Whisper || {};
|
|||
|
||||
Whisper.ConversationListView = Whisper.ListView.extend({
|
||||
tagName: 'div',
|
||||
id: 'contacts',
|
||||
itemView: Whisper.ConversationListItemView,
|
||||
|
||||
events: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue