You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Shingo Toda (JIRA)" <ji...@apache.org> on 2013/08/21 07:07:53 UTC

[jira] [Created] (CB-4639) Constructor of ContactAddress should be documented.

Shingo Toda created CB-4639:
-------------------------------

             Summary: Constructor of ContactAddress should be documented.
                 Key: CB-4639
                 URL: https://issues.apache.org/jira/browse/CB-4639
             Project: Apache Cordova
          Issue Type: Improvement
          Components: Docs
    Affects Versions: 2.9.0
            Reporter: Shingo Toda
            Assignee: Michael Brooks
            Priority: Minor


Constructor method of ContactAddress is not documented but is exposed in user code. It should be documented, which will help users a lot.

{code}
/**
* Contact address.
* @constructor
* @param {DOMString} id unique identifier, should only be set by native code
* @param formatted // NOTE: not a W3C standard
* @param streetAddress
* @param locality
* @param region
* @param postalCode
* @param country
*/

var ContactAddress = function(pref, type, formatted, streetAddress, locality, region, postalCode, country) 
{code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira