Remove comments after NewGroupUpdateView investigation

It doesn't run today - it depends on RecipientsInputView, which depends
on Backbone.TypeaheadCollection which doesn't currently exist in the
product.

FREEBIE
This commit is contained in:
Scott Nonnenberg 2017-06-14 11:45:23 -07:00
parent 3d61f87d86
commit e9968c3118
2 changed files with 0 additions and 2 deletions

View File

@ -5,7 +5,6 @@
'use strict';
window.Whisper = window.Whisper || {};
// Contact list view is used in the list group members senario, as well as the NewGroupUpdate view
Whisper.ContactListView = Whisper.ListView.extend({
tagName: 'div',
itemView: Whisper.View.extend({

View File

@ -5,7 +5,6 @@
'use strict';
window.Whisper = window.Whisper || {};
// When is this used?
Whisper.NewGroupUpdateView = Whisper.View.extend({
tagName: "div",
className: 'new-group-update',