Return-Path: X-Original-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 32F959109 for ; Fri, 25 May 2012 18:26:17 +0000 (UTC) Received: (qmail 4264 invoked by uid 500); 25 May 2012 18:26:17 -0000 Delivered-To: apmail-incubator-callback-dev-archive@incubator.apache.org Received: (qmail 4243 invoked by uid 500); 25 May 2012 18:26:17 -0000 Mailing-List: contact callback-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: callback-dev@incubator.apache.org Delivered-To: mailing list callback-dev@incubator.apache.org Received: (qmail 4234 invoked by uid 99); 25 May 2012 18:26:16 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 May 2012 18:26:16 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id B28E317EE7; Fri, 25 May 2012 18:26:16 +0000 (UTC) From: Git at Apache To: callback-dev@incubator.apache.org Subject: incubator-cordova-ios pull request: fixes CB-56 popover placement - code re... Content-Type: text/plain Message-Id: <20120525182616.B28E317EE7@tyr.zones.apache.org> Date: Fri, 25 May 2012 18:26:16 +0000 (UTC) GitHub user becka11y opened a pull request: https://github.com/apache/incubator-cordova-ios/pull/21 fixes CB-56 popover placement - code review Modified takePicture() to accept an options dictionary with parameters defining the placement of the popover image picker on the iPad. Created a static to test for valid arrow placement values. You can merge this pull request into a Git repository by running: $ git pull https://github.com/becka11y/incubator-cordova-ios popover Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-cordova-ios/pull/21.patch ---- commit bebfd7aaeb691ad0341feeab2f0c9d5328b1c3a9 Author: Becky Gibson Date: 2012-05-24T08:51:22-07:00 fixes CB-56 popover placement Modified takePicture() to accept an options dictionary with parameters defining the placement of the popover image picker on the iPad. Created a static to test for valid arrow placement values. ----