Views already have a #remove()

This commit is contained in:
lilia 2014-09-04 00:21:02 -07:00
parent db86abdf70
commit 230d24a69e

View file

@ -31,10 +31,6 @@ var Whisper = Whisper || {};
return this;
},
remove: function() {
this.$el.remove();
},
formatTimestamp: function() {
var timestamp = this.model.get('timestamp');
var now = new Date().getTime();