[ 
https://issues.apache.org/jira/browse/CB-8737?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14379145#comment-14379145
 ] 

ASF GitHub Bot commented on CB-8737:
------------------------------------

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

----


> Available platforms list includes 'getPlatformProject' and 
> 'PlatformProjectAdapter'
> -----------------------------------------------------------------------------------
>
>                 Key: CB-8737
>                 URL: https://issues.apache.org/jira/browse/CB-8737
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: CordovaLib
>    Affects Versions: Master
>            Reporter: Tim Barham
>            Assignee: Tim Barham
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> Using the latest sources, if you list available platforms the output includes 
> two extraneous values ({{getPlatformProject}} and {{PlatformProjectAdapter}}):
> {noformat}
> $ cordova platform
> Installed platforms: windows
> Available platforms: PlatformProjectAdapter, amazon-fireos, android, 
> blackberry10, browser, firefoxos, getPlatformProject, windows8, wp8
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to