Cull dead code
Most of this no longer needed because of templating and list views.
This commit is contained in:
parent
9082781e09
commit
dc957415c2
4 changed files with 0 additions and 77 deletions
|
@ -11,7 +11,6 @@ var Whisper = Whisper || {};
|
|||
|
||||
events: {
|
||||
'select .conversation': 'select',
|
||||
'deselect': 'deselect'
|
||||
},
|
||||
|
||||
select: function(e) {
|
||||
|
@ -20,10 +19,5 @@ var Whisper = Whisper || {};
|
|||
target.addClass('selected').trigger('open');
|
||||
return false;
|
||||
},
|
||||
|
||||
deselect: function() {
|
||||
this.$el.find('.selected').removeClass('selected').trigger('close');
|
||||
this.$el.find('.conversation').show();
|
||||
}
|
||||
});
|
||||
})();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue