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

2015-01-07 Thread Josh Soref (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-7950?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Josh Soref reassigned CB-7950:
--

Assignee: Josh Soref  (was: Lorin Beer)

 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: Josh Soref

 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-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



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

2014-12-09 Thread Lorin Beer (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-7950?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Lorin Beer reassigned CB-7950:
--

Assignee: Lorin Beer

 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-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org