Home
last modified time | relevance | path

Searched refs:_removeReference (Results 1 – 2 of 2) sorted by relevance

/plugin/sequencediagram/bower_components/lodash/vendor/backbone/
Dbackbone.js960 this._removeReference(this.models[i], options);
1155 this._removeReference(model, options);
1175 _removeReference: function(model, options) { method
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
Dcollection.js1620 _removeReference: function(model) { method
1621 Backbone.Collection.prototype._removeReference.apply(this, arguments); method in Backbone.Collection