Skip to content

Commit

Permalink
Merge pull request #2940 from hibariya/doc
Browse files Browse the repository at this point in the history
[DOC] Fix for DS.Store#findMany
  • Loading branch information
bmac committed Mar 26, 2015
2 parents e463719 + d365b4e commit cb4f6a7
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 @@ -884,7 +884,7 @@ Store = Service.extend({
@param {Array} records
@param {String or subclass of DS.Model} type
@param {Resolver} resolver
@return {DS.ManyArray} records
@return {Promise} promise
*/
findMany: function(records) {
var store = this;
Expand Down

0 comments on commit cb4f6a7

Please sign in to comment.