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:
parent
3d61f87d86
commit
e9968c3118
2 changed files with 0 additions and 2 deletions
|
@ -5,7 +5,6 @@
|
||||||
'use strict';
|
'use strict';
|
||||||
window.Whisper = window.Whisper || {};
|
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({
|
Whisper.ContactListView = Whisper.ListView.extend({
|
||||||
tagName: 'div',
|
tagName: 'div',
|
||||||
itemView: Whisper.View.extend({
|
itemView: Whisper.View.extend({
|
||||||
|
|
|
@ -5,7 +5,6 @@
|
||||||
'use strict';
|
'use strict';
|
||||||
window.Whisper = window.Whisper || {};
|
window.Whisper = window.Whisper || {};
|
||||||
|
|
||||||
// When is this used?
|
|
||||||
Whisper.NewGroupUpdateView = Whisper.View.extend({
|
Whisper.NewGroupUpdateView = Whisper.View.extend({
|
||||||
tagName: "div",
|
tagName: "div",
|
||||||
className: 'new-group-update',
|
className: 'new-group-update',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue