Skip to content

Commit

Permalink
docs(README): remove confusing comment (#513)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile authored Oct 19, 2019
1 parent c887c22 commit 6feaa95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ function setOptions(srcType) {
encodingType: Camera.EncodingType.JPEG,
mediaType: Camera.MediaType.PICTURE,
allowEdit: true,
correctOrientation: true //Corrects Android orientation quirks
correctOrientation: true
}
return options;
}
Expand Down

0 comments on commit 6feaa95

Please sign in to comment.