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:
@@ -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',
|
||||||
|
Reference in New Issue
Block a user