remove duplicate declaration
This commit is contained in:
parent
67e56dce2c
commit
03aa7d9d5f
1 changed files with 0 additions and 4 deletions
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Reference in a new issue