Skip to content

Commit

Permalink
Merge pull request #3860 from bmac/remove-load
Browse files Browse the repository at this point in the history
[CLEANUP] remove unused private method in AdapterPopulatedRecordArray
  • Loading branch information
bmac committed Oct 16, 2015
2 parents 3e6d6a9 + 818ffad commit 921e8c9
Showing 1 changed file with 0 additions and 14 deletions.
Expand Up @@ -25,20 +25,6 @@ export default RecordArray.extend({
throw new Error("The result of a server query (on " + type + ") is immutable.");
},

/**
@method load
@private
@param {Array} data
*/
load: function(data) {
var store = get(this, 'store');
var type = get(this, 'type');
var modelName = type.modelName;
var records = store.pushMany(modelName, data);

this.loadRecords(records);
},

/**
@method loadRecords
@param {Array} records
Expand Down

0 comments on commit 921e8c9

Please sign in to comment.