You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by "Shazron Abdullah (Resolved) (JIRA)" <ji...@apache.org> on 2012/04/04 01:00:24 UTC

[jira] [Resolved] (CB-432) CDVFile.m methods - convert use of "options" object into "arguments" array

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

Shazron Abdullah resolved CB-432.
---------------------------------

    Resolution: Not A Problem
      Assignee: Shazron Abdullah


DirectoryEntry.getFile is OK (JS passes in options object)
 1. https://github.com/apache/incubator-cordova-js/blob/master/lib/common/plugin/FileTransfer.js#L40
 2. https://github.com/apache/incubator-cordova-ios/blob/master/CordovaLib/Classes/CDVFile.m#L326

DirectoryEntry.getDirectory is OK (JS passes in options object)
 1. https://github.com/apache/incubator-cordova-js/blob/master/lib/common/plugin/DirectoryEntry.js#L44
 2. https://github.com/apache/incubator-cordova-ios/blob/master/CordovaLib/Classes/CDVFile.m#L299

                
> CDVFile.m methods - convert use of "options" object into "arguments" array 
> ---------------------------------------------------------------------------
>
>                 Key: CB-432
>                 URL: https://issues.apache.org/jira/browse/CB-432
>             Project: Apache Callback
>          Issue Type: Sub-task
>          Components: iOS
>            Reporter: Shazron Abdullah
>            Assignee: Shazron Abdullah
>             Fix For: 1.6.0
>
>


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