Skip to content

Commit

Permalink
Removes duplicate lines
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
simaob committed Jul 20, 2015
1 parent edcf00f commit b84e2a0
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions packages/ember-data/lib/serializers/json-api-serializer.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,14 +90,6 @@ var dasherize = Ember.String.dasherize;
to the format that the Ember Data store expects.
In Ember Data a Serializer is used to serialize and deserialize
records when they are transferred in and out of an external source.
This process involves normalizing property names, transforming
attribute values and serializing relationships.
`JSONAPISerializer` supports the http://jsonapi.org/ spec and is the
serializer recommended by Ember Data.
@class JSONAPISerializer
@namespace DS
@extends DS.JSONSerializer
Expand Down

0 comments on commit b84e2a0

Please sign in to comment.