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 06:42:51 UTC

[jira] [Created] (CB-4628) Incorrect code for FileEntry.remove example?

Peter created CB-4628:
-------------------------

             Summary: Incorrect code for FileEntry.remove example?
                 Key: CB-4628
                 URL: https://issues.apache.org/jira/browse/CB-4628
             Project: Apache Cordova
          Issue Type: Bug
          Components: Docs
    Affects Versions: 2.9.0
            Reporter: Peter
            Assignee: Michael Brooks
            Priority: Trivial


The File API guide for the FileEntry.remove method says *successCallback* method is _"Invoked with no parameters"_ , yet the Quick Example code in the guide shows a parameter:

{code}
function success(entry) {
    console.log("Removal succeeded");
}
{code}


Ref: http://cordova.apache.org/docs/en/2.9.0/cordova_file_file.md.html#FileEntry

See also CB-4626, CB-4627


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