mirror of
https://github.com/apache/cordova-plugin-camera.git
synced 2025-01-31 12:42:50 +08:00
docs(README): remove confusing comment (#513)
This commit is contained in:
parent
c887c229f0
commit
6feaa95559
@ -540,7 +540,7 @@ function setOptions(srcType) {
|
|||||||
encodingType: Camera.EncodingType.JPEG,
|
encodingType: Camera.EncodingType.JPEG,
|
||||||
mediaType: Camera.MediaType.PICTURE,
|
mediaType: Camera.MediaType.PICTURE,
|
||||||
allowEdit: true,
|
allowEdit: true,
|
||||||
correctOrientation: true //Corrects Android orientation quirks
|
correctOrientation: true
|
||||||
}
|
}
|
||||||
return options;
|
return options;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user