Skip to content

Commit

Permalink
[CLEANUP] remove unused private method in AdapterPopulatedRecordArray
Browse files Browse the repository at this point in the history
  • Loading branch information
bmac committed Oct 15, 2015
1 parent af4c323 commit 818ffad
Showing 1 changed file with 0 additions and 14 deletions.
Original file line number Diff line number Diff line change
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 818ffad

Please sign in to comment.