Shazron Abdullah created CB-591:
-----------------------------------
Summary: Initializing an array incorrect/misleading in
ContactField examples
Key: CB-591
URL: https://issues.apache.org/jira/browse/CB-591
Project: Apache Callback
Issue Type: Bug
Components: Docs
Affects Versions: Master
Reporter: Shazron Abdullah
Assignee: Michael Brooks
Priority: Minor
In:
https://github.com/apache/incubator-cordova-docs/blob/master/docs/en/edge/cordova/contacts/ContactField/contactfield.md
Expected:
{code}
var phoneNumbers = [];
{code}
Actual (this just inits an array with 3 in it as the 0th index):
{code}
var phoneNumbers = [3];
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira