Return-Path: X-Original-To: apmail-cordova-issues-archive@minotaur.apache.org Delivered-To: apmail-cordova-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2290F10B84 for ; Thu, 30 Jan 2014 20:58:30 +0000 (UTC) Received: (qmail 33974 invoked by uid 500); 30 Jan 2014 20:58:25 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 33870 invoked by uid 500); 30 Jan 2014 20:58:18 -0000 Mailing-List: contact issues-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 issues@cordova.apache.org Received: (qmail 33765 invoked by uid 99); 30 Jan 2014 20:58:14 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Jan 2014 20:58:14 +0000 Date: Thu, 30 Jan 2014 20:58:14 +0000 (UTC) From: "Bas Bosman (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CB-4641) Constructor of ContactFindOptions should be documented. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CB-4641?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bas Bosman updated CB-4641: --------------------------- Component/s: Plugin Contacts > Constructor of ContactFindOptions should be documented. > ------------------------------------------------------- > > Key: CB-4641 > URL: https://issues.apache.org/jira/browse/CB-4641 > Project: Apache Cordova > Issue Type: Improvement > Components: Docs, Plugin Contacts > Affects Versions: 2.9.0 > Reporter: Shingo Toda > Assignee: Michael Brooks > Priority: Minor > > Constructor method of ContactFindOptions is not documented but is exposed in user code. It should be documented, which will help users a lot. > {code} > /** > * ContactFindOptions. > * @constructor > * @param filter used to match contacts against > * @param multiple boolean used to determine if more than one contact should be returned > */ > var ContactFindOptions = function(filter, multiple) > {code} -- This message was sent by Atlassian JIRA (v6.1.5#6160)