Skip to content

Commit

Permalink
Merge pull request #3832 from davewasmer/patch-1
Browse files Browse the repository at this point in the history
Fix API docs for JSONAPISerializer.normalize
  • Loading branch information
bmac committed Oct 8, 2015
2 parents 724b100 + 547db9f commit fcf5452
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ember-data/lib/serializers/json-api-serializer.js
Original file line number Diff line number Diff line change
Expand Up @@ -272,8 +272,8 @@ const JSONAPISerializer = JSONSerializer.extend({
/**
@method normalize
@param {DS.Model} modelClass
@param {Object} resourceHash
@return {String}
@param {Object} resourceHash the resource hash from the adapter
@return {Object} the normalized resource hash
*/
normalize: function(modelClass, resourceHash) {
this.normalizeUsingDeclaredMapping(modelClass, resourceHash);
Expand Down

0 comments on commit fcf5452

Please sign in to comment.