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

Michael Brooks resolved CB-591.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 0.9.5
                   0.9.6
                   1.0.0
                   1.1.0
                   1.2.0
                   1.3.0
                   1.4.0
                   1.5.0
                   1.6.0
                   1.6.1
                   1.7.0
                   Master

[Commit 
20940|https://git-wip-us.apache.org/repos/asf?p=incubator-cordova-docs.git;a=commit;h=209409c94c2b45517bda273800f8d3ce01afbebb]
 CB-591 Fix array syntax error in ContactField example.
                
> Initializing an array incorrect/misleading in ContactField examples
> -------------------------------------------------------------------
>
>                 Key: CB-591
>                 URL: https://issues.apache.org/jira/browse/CB-591
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Docs
>    Affects Versions: Master
>            Reporter: Shazron Abdullah
>            Assignee: Michael Brooks
>            Priority: Minor
>             Fix For: Master, 1.7.0, 1.6.1, 1.6.0, 1.5.0, 1.4.0, 1.3.0, 1.2.0, 
> 1.1.0, 1.0.0, 0.9.6, 0.9.5
>
>
> 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

        

Reply via email to