From e9968c31180d6ac9233ace283e65bad6d2466985 Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Wed, 14 Jun 2017 11:45:23 -0700 Subject: [PATCH] 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 --- js/views/contact_list_view.js | 1 - js/views/new_group_update_view.js | 1 - 2 files changed, 2 deletions(-) diff --git a/js/views/contact_list_view.js b/js/views/contact_list_view.js index e23b8114b..6486de204 100644 --- a/js/views/contact_list_view.js +++ b/js/views/contact_list_view.js @@ -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({ diff --git a/js/views/new_group_update_view.js b/js/views/new_group_update_view.js index 701752959..dbd88c4a7 100644 --- a/js/views/new_group_update_view.js +++ b/js/views/new_group_update_view.js @@ -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',