Skip to content

Commit

Permalink
Merge pull request #3479 from pdud/extract-attributes-docs
Browse files Browse the repository at this point in the history
[DOC release] Fix typo in JSONSerializer.extractAttributes docs
  • Loading branch information
bmac committed Jul 2, 2015
2 parents bfeeb90 + c753b6c commit cf428d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/ember-data/lib/serializers/json-serializer.js
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,8 @@ var JSONSerializer = Serializer.extend({
http://jsonapi.org/format/#document-resource-object-attributes
@method extractId
@method extractAttributes
@param {Object} modelClass
@param {Object} resourceHash
@return {Object}
*/
Expand Down

0 comments on commit cf428d4

Please sign in to comment.