Jesse MacFadyen created CB-6109:
-----------------------------------
Summary: Refactor - ActionStack params should be consistent
Key: CB-6109
URL: https://issues.apache.org/jira/browse/CB-6109
Project: Apache Cordova
Issue Type: Bug
Components: Plugman
Affects Versions: 3.4.0
Reporter: Jesse MacFadyen
Assignee: Jesse MacFadyen
The code repeats the same things over several tags from the platform specific
plugin definition.
Need to verify param use within all project specific action handlers.
An example mapping would be:
https://github.com/apache/cordova-plugman/blob/4ae290a20b72632d91dcc5d5b2180e9f07823e6e/src/install.js#L351
to:
https://github.com/apache/cordova-plugman/blob/4ae290a20b72632d91dcc5d5b2180e9f07823e6e/src/platforms/android.js#L38
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)