Skip to content

Commit

Permalink
[DOC] Mark DS.Store.filter as private
Browse files Browse the repository at this point in the history
`DS.Store.filter` was deprecated and moved to an addon in
emberjs#3364.. It has not been available
without using the addon since
https://github.com/emberjs/data/pull/3778/files.

The addon can be found at
https://github.com/ember-data/ember-data-filter
  • Loading branch information
HeroicEric committed Jan 20, 2016
1 parent 17791ee commit ae7146c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addon/-private/system/store.js
Original file line number Diff line number Diff line change
Expand Up @@ -1189,6 +1189,7 @@ Store = Service.extend({
```
@method filter
@private
@param {String} modelName
@param {Object} query optional query
@param {Function} filter
Expand Down

0 comments on commit ae7146c

Please sign in to comment.