You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2015/01/07 16:02:35 UTC

[jira] [Commented] (CB-7950) CLI create.js misspells parseConfig on line 36

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

ASF subversion and git services commented on CB-7950:
-----------------------------------------------------

Commit 0791bf6cfb095ef17f83ff5b1e010558e3ee487a in cordova-cli's branch refs/heads/master from [~jsoref]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-cli.git;h=0791bf6 ]

CB-7950 CLI create.js misspells parseConfig


> CLI create.js misspells parseConfig on line 36
> ----------------------------------------------
>
>                 Key: CB-7950
>                 URL: https://issues.apache.org/jira/browse/CB-7950
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: CLI
>            Reporter: Lisa Seacat DeLuca
>            Assignee: Lorin Beer
>
> https://github.com/apache/cordova-cli/blob/master/src/create.js
> Checkout line 36
> It says:
>     // parseConfig will determine if there's a valid config JSON string
>     cfg = parseCofig(undashed[4]);
> I believe it should be
>     // parseConfig will determine if there's a valid config JSON string
>     cfg = parseConfig(undashed[4]);



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org