Views already have a #remove()

pull/749/head
lilia 11 years ago
parent db86abdf70
commit 230d24a69e

@ -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();

Loading…
Cancel
Save