Cull dead code

Most of this no longer needed because of templating and list views.
This commit is contained in:
lilia
2014-07-22 20:48:05 -10:00
parent 9082781e09
commit dc957415c2
4 changed files with 0 additions and 77 deletions

View File

@@ -3,15 +3,6 @@ var Whisper = Whisper || {};
(function () {
'use strict';
var Destroyer = Backbone.View.extend({
tagName: 'button',
className: 'btn btn-square btn-sm',
initialize: function() {
this.$el.html('×');
this.listenTo(this.$el, 'click', this.model.destroy);
}
});
Whisper.MessageView = Backbone.View.extend({
tagName: "li",
className: "message",