From 9ab73602af99641716db9ce3dae3fd0462f298be Mon Sep 17 00:00:00 2001 From: Alex Muramoto Date: Thu, 1 Dec 2016 09:50:21 -0600 Subject: [PATCH] docs(camera): Add link to platform-specific options quirks --- src/plugins/camera.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/camera.ts b/src/plugins/camera.ts index fd7e4d898..ee9f654e7 100644 --- a/src/plugins/camera.ts +++ b/src/plugins/camera.ts @@ -192,7 +192,7 @@ export class Camera { /** * Take a picture or video, or load one from the library. - * @param {CameraOptions?} options Options that you want to pass to the camera. Encoding type, quality, etc. Optional + * @param {CameraOptions?} options optional. Options that you want to pass to the camera. Encoding type, quality, etc. Platform-specific quirks are described in the [Cordova plugin docs](https://github.com/apache/cordova-plugin-camera#cameraoptions-errata-). * @returns {Promise} Returns a Promise that resolves with Base64 encoding of the image data, or the image file URI, depending on cameraOptions, otherwise rejects with an error. */ @Cordova({