Remove unusued event handlers
The conversation view now handles displaying and listening to the back button. // FREEBIE
This commit is contained in:
parent
1e3e730d88
commit
198cc70cef
3 changed files with 1 additions and 19 deletions
|
@ -19,12 +19,6 @@
|
|||
},
|
||||
render_attributes: {
|
||||
members: i18n('members')
|
||||
},
|
||||
events: {
|
||||
'click .back': 'goBack',
|
||||
},
|
||||
goBack: function() {
|
||||
this.trigger('back');
|
||||
},
|
||||
}
|
||||
});
|
||||
})();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue