Michael Brooks created CB-4261:
----------------------------------

             Summary: cordova.plugin('list') should fire callback on success
                 Key: CB-4261
                 URL: https://issues.apache.org/jira/browse/CB-4261
             Project: Apache Cordova
          Issue Type: Bug
          Components: CLI
    Affects Versions: 2.9.0
            Reporter: Michael Brooks
            Assignee: Michael Brooks


*Problem:*

Currently, the {{cordova.plugin('list', [], fn);}} does not trigger the 
callback on a success.

*Expectation:*

The function should trigger the callback on a success and pass the plugins 
found.


The callback signature should be:

{code}
function(e, plugins) {}
{code}


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

Reply via email to