Searched refs:_onModelEvent (Results 1 – 1 of 1) sorted by relevance
1171 model.on('all', this._onModelEvent, this);1180 model.off('all', this._onModelEvent, this);1187 _onModelEvent: function(event, model, collection, options) { method