Home
last modified time | relevance | path

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

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