GitHub user TimBarham opened a pull request:
https://github.com/apache/cordova-lib/pull/190
CB-8737 Available platforms list includes extraneous values.
Using the latest sources, if you list available platforms the output
includes two extraneous values (`getPlatformProject` and
`PlatformProjectAdapter`):
$ cordova platform
Installed platforms: windows
Available platforms: PlatformProjectAdapter, amazon-fireos, android,
blackberry10, browser, firefoxos, getPlatformProject, windows8, wp8
These are methods added to the platforms object. Fix is to make them
non-enumerable.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/MSOpenTech/cordova-lib CB-8737
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cordova-lib/pull/190.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #190
----
commit 0d5cf68456d8b1236e88ab54ce09bb9157e2995e
Author: Tim Barham <[email protected]>
Date: 2015-03-24T05:08:41Z
CB-8737 Available platforms list includes extraneous values.
Using the latest sources, if you list available platforms the output
includes two extraneous values ('getPlatformProject' and
'PlatformProjectAdapter'):
$ cordova platform
Installed platforms: windows
Available platforms: PlatformProjectAdapter, amazon-fireos, android,
blackberry10, browser, firefoxos, getPlatformProject, windows8, wp8
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]