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

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

Peter created CB-4629:
-------------------------

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