Shingo Toda created CB-4641:
-------------------------------

             Summary: 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
    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 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

Reply via email to