Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5DD31116E9 for ; Tue, 13 May 2014 16:48:55 +0000 (UTC) Received: (qmail 6245 invoked by uid 500); 13 May 2014 15:02:15 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 6225 invoked by uid 500); 13 May 2014 15:02:15 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 6218 invoked by uid 99); 13 May 2014 15:02:15 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 May 2014 15:02:15 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 1541E24F7E; Tue, 13 May 2014 15:02:15 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: marcelk@apache.org To: commits@cordova.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: git commit: Little fix in code formatting Date: Tue, 13 May 2014 15:02:15 +0000 (UTC) Repository: cordova-plugin-camera Updated Branches: refs/heads/master 707426ece -> 199732845 Little fix in code formatting github: close #28 Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/commit/19973284 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/tree/19973284 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/diff/19973284 Branch: refs/heads/master Commit: 199732845e9ba2db063180fc269e3ecc964b1cfb Parents: 707426e Author: Shashwat Authored: Tue May 13 16:25:57 2014 +0530 Committer: Marcel Kinard Committed: Tue May 13 11:01:06 2014 -0400 ---------------------------------------------------------------------- doc/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/blob/19973284/doc/index.md ---------------------------------------------------------------------- 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)_