Changed confusing sentence structure. (#644)

Reading the document on which destination type, without commas leads to confusing behaviour.
This commit is contained in:
Andrew Cole 2016-10-05 17:33:31 -07:00 committed by Ibrahim Hadeed
parent 083118aff4
commit 1ab0d2f915

View File

@ -7,8 +7,8 @@ export interface CameraOptions {
/**
* Choose the format of the return value.
* Defined in navigator.camera.DestinationType. Default is FILE_URI.
* DATA_URL : 0, Return image as base64-encoded string
* FILE_URI : 1, Return image file URI
* DATA_URL : 0, Return image as base64-encoded string,
* FILE_URI : 1, Return image file URI,
* NATIVE_URI : 2 Return image native URI
* (e.g., assets-library:// on iOS or content:// on Android)
*/