remove duplicate declaration

This commit is contained in:
danielgrippi 2011-12-16 19:38:32 -08:00 committed by Dennis Collinson
parent 67e56dce2c
commit 03aa7d9d5f

View file

@ -10,10 +10,6 @@ App.Views.StreamObject = Backbone.View.extend({
this.model.destroy();
},
remove: function() {
$(this.el).remove();
},
context : function(){
var modelJson = this.model ? this.model.toJSON() : {}
return $.extend(modelJson, App.user());