Skip to content

Commit

Permalink
Fixed CS
Browse files Browse the repository at this point in the history
  • Loading branch information
dpobel committed Mar 17, 2015
1 parent a77d7cd commit 2baa4ae
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions src/structures/ContentMetadataUpdateStruct.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,13 @@ define(function () {
* @constructor
*/
var ContentMetadataUpdateStruct = function () {
this.body = {'ContentUpdate': {}};
this.body = {'ContentUpdate': {}};

this.headers = {
"Accept": "application/vnd.ez.api.ContentInfo+json",
"Content-Type": "application/vnd.ez.api.ContentUpdate+json"
this.headers = {
"Accept": "application/vnd.ez.api.ContentInfo+json",
"Content-Type": "application/vnd.ez.api.ContentUpdate+json"
};
};
};

return ContentMetadataUpdateStruct;

});

0 comments on commit 2baa4ae

Please sign in to comment.