Skip to content

Commit

Permalink
Fix DS.Store#findQuery docs
Browse files Browse the repository at this point in the history
It was calling `@method query` instead of `@method findQuery`, leading
to wrong docs for `DS.Store#query`.
  • Loading branch information
jclem committed Jul 27, 2015
1 parent 98bfbb0 commit 2225746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ember-data/lib/system/store.js
Original file line number Diff line number Diff line change
Expand Up @@ -1156,7 +1156,7 @@ Store = Service.extend({
This method returns a promise, which is resolved with a `RecordArray`
once the server returns.
@method query
@method findQuery
@param {String} modelName
@param {any} query an opaque query to be used by the adapter
@return {Promise} promise
Expand Down

0 comments on commit 2225746

Please sign in to comment.