diff --git a/backbone.js b/backbone.js index 65d26111..72fe4011 100644 --- a/backbone.js +++ b/backbone.js @@ -271,7 +271,6 @@ // Destroy this model on the server. destroy : function(options) { - if (this.collection) this.collection.remove(this); Backbone.request('DELETE', this, options.success, options.error); return this; }