Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id AFED72009FB for ; Fri, 6 May 2016 21:31:20 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id AEA71160A0C; Fri, 6 May 2016 19:31:20 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 2B9DA1608F8 for ; Fri, 6 May 2016 21:31:20 +0200 (CEST) Received: (qmail 9058 invoked by uid 500); 6 May 2016 19:31:19 -0000 Mailing-List: contact dev-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 dev@cordova.apache.org Received: (qmail 9036 invoked by uid 99); 6 May 2016 19:31:18 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 May 2016 19:31:18 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id D836EE0252; Fri, 6 May 2016 19:31:18 +0000 (UTC) From: adzellman To: dev@cordova.apache.org Reply-To: dev@cordova.apache.org Message-ID: Subject: [GitHub] cordova-plugin-dialogs pull request: CB-11218 Convert button list ... Content-Type: text/plain Date: Fri, 6 May 2016 19:31:18 +0000 (UTC) archived-at: Fri, 06 May 2016 19:31:20 -0000 GitHub user adzellman opened a pull request: https://github.com/apache/cordova-plugin-dialogs/pull/76 CB-11218 Convert button list to appropriate type - If the buttons are passed in as a comma-separated string, then create an array with those values. JIRA: https://issues.apache.org/jira/browse/CB-11218 You can merge this pull request into a Git repository by running: $ git pull https://github.com/adobe-marketing-cloud-mobile/cordova-plugin-dialogs CB-11218cordova-plugin-dialogs Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cordova-plugin-dialogs/pull/76.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #76 ---- commit 28633f14e1f02db8440e6465246597cac7c809d0 Author: Andrew Zellman Date: 2016-05-06T19:17:24Z CB-11218 Convert button list to appropriate type - If the buttons are passed in as a comma-separated string, then create an array with those values. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org For additional commands, e-mail: dev-help@cordova.apache.org