Skip to content

Commit

Permalink
Merge pull request #3591 from usecanvas/fix-store-find-query-docs
Browse files Browse the repository at this point in the history
`DS.Store#findQuery` overrides `DS.Store#query` docs
  • Loading branch information
wecc committed Jul 28, 2015
2 parents 98bfbb0 + 1a93098 commit 53c0438
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 53c0438

Please sign in to comment.