Update camera.ts

Fixes cameraDirection values DOC.

Maybe doc should link also to os-specific quirks, e.g. https://github.com/apache/cordova-plugin-camera#module_Camera.Direction for cameraDirection?
This commit is contained in:
Abdelaziz Bennouna 2016-12-01 14:36:56 +00:00 committed by GitHub
parent 853f425383
commit 9c8259f659

View File

@ -56,8 +56,8 @@ export interface CameraOptions {
/**
* Choose the camera to use (front- or back-facing).
* Defined in Camera.Direction. Default is BACK.
* FRONT: 0
* BACK: 1
* BACK: 0
* FRONT: 1
*/
cameraDirection?: number;
/** iOS-only options that specify popover location in iPad. Defined in CameraPopoverOptions. */