Searched refs:_removeReference (Results 1 – 2 of 2) sorted by relevance
960 this._removeReference(this.models[i], options);1155 this._removeReference(model, options);1175 _removeReference: function(model, options) {
1620 _removeReference: function(model) {1621 Backbone.Collection.prototype._removeReference.apply(this, arguments); method in Backbone.Collection