Home
last modified time | relevance | path

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

/plugin/sequencediagram/bower_components/lodash/vendor/backbone/
Dbackbone.js108 if (_.isObject(iteratee) && !instance._isModel(iteratee)) return modelMatcher(iteratee);
842 if (options.parse && !this._isModel(models)) {
879 var attrs = this._isModel(model) ? model.attributes : model;
1120 if (this._isModel(attrs)) {
1162 _isModel: function(model) { method