docs(README): remove confusing comment (#513)

This commit is contained in:
jcesarmobile 2019-10-20 01:05:19 +02:00 committed by GitHub
parent c887c229f0
commit 6feaa95559
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}