Skip to content

Commit 6feaa95

Browse files
authored
docs(README): remove confusing comment (#513)
1 parent c887c22 commit 6feaa95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ function setOptions(srcType) {
540540
encodingType: Camera.EncodingType.JPEG,
541541
mediaType: Camera.MediaType.PICTURE,
542542
allowEdit: true,
543-
correctOrientation: true //Corrects Android orientation quirks
543+
correctOrientation: true
544544
}
545545
return options;
546546
}

0 commit comments

Comments
 (0)