From 199732845e9ba2db063180fc269e3ecc964b1cfb Mon Sep 17 00:00:00 2001 From: Shashwat Date: Tue, 13 May 2014 16:25:57 +0530 Subject: [PATCH] Little fix in code formatting github: close #28 --- doc/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/index.md b/doc/index.md index 9b38348..e892620 100644 --- a/doc/index.md +++ b/doc/index.md @@ -206,7 +206,7 @@ Optional parameters to customize the camera settings. PICTURE: 0, // allow selection of still pictures only. DEFAULT. Will return format specified via DestinationType VIDEO: 1, // allow selection of video only, WILL ALWAYS RETURN FILE_URI ALLMEDIA : 2 // allow selection from all media types -}; + }; - __correctOrientation__: Rotate the image to correct for the orientation of the device during capture. _(Boolean)_