You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Bas Bosman (JIRA)" <ji...@apache.org> on 2014/01/30 21:58:13 UTC

[jira] [Updated] (CB-4640) Constructor of ContactOrganization should be documented.

     [ https://issues.apache.org/jira/browse/CB-4640?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bas Bosman updated CB-4640:
---------------------------

    Component/s: Plugin Contacts

> Constructor of ContactOrganization should be documented.
> --------------------------------------------------------
>
>                 Key: CB-4640
>                 URL: https://issues.apache.org/jira/browse/CB-4640
>             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 ContactOrganization is not documented but is exposed in user code. It should be documented, which will help users a lot.
> {code}
> /**
> * Contact organization.
> * @constructor
> * @param {DOMString} id unique identifier, should only be set by native code // NOTE: not a W3C standard
> * @param name
> * @param dept
> * @param title
> * @param startDate
> * @param endDate
> * @param location
> * @param desc
> */
> var ContactOrganization = function(pref, type, name, dept, title)
> {code}



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)