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

[jira] [Resolved] (CB-4629) DirectoryEntry.getDirectory - misleading example code?

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

Lorin Beer resolved CB-4629.
----------------------------

    Resolution: Fixed

resolved, commit in comments
                
> DirectoryEntry.getDirectory - misleading example code?
> ------------------------------------------------------
>
>                 Key: CB-4629
>                 URL: https://issues.apache.org/jira/browse/CB-4629
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Docs
>    Affects Versions: 2.9.0
>            Reporter: Peter
>            Assignee: Lorin Beer
>            Priority: Minor
>
> The File API guide for the *DirectoryEntry.getDirectory* has Quick Example code in the guide showing the successCallback argument called _'parent'_, but AFAIK it is not a parent at all, so the example is misleading.
> {code}
> function success(parent) {
>     console.log("Parent Name: " + parent.name);
> }
> {code}
> Ref: http://cordova.apache.org/docs/en/2.9.0/cordova_file_file.md.html#DirectoryEntry

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