You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Bas Bosman (JIRA)" <ji...@apache.org> on 2014/02/21 22:07:27 UTC

[jira] [Resolved] (CB-4626) Incorrect code for DirectoryEntry.remove example?

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

Bas Bosman resolved CB-4626.
----------------------------

    Resolution: Not A Problem

With the release of 3.4.0 the plugin docs were moved to the individual plugin repositories. 

Furthermore, the docs there now point at the W3C docs for the HTML5 Filesystem API as well as an HTML5 Rocks' FileSystem article.

As a result, this issue no longer applies.

>  Incorrect code for DirectoryEntry.remove example?
> --------------------------------------------------
>
>                 Key: CB-4626
>                 URL: https://issues.apache.org/jira/browse/CB-4626
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Docs, Plugin File
>    Affects Versions: 2.9.0
>            Reporter: Peter
>            Assignee: Michael Brooks
>            Priority: Trivial
>
> The File API guide for the DirectoryEntry.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#DirectoryEntry



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)