Changed to comma style

This commit is contained in:
Fabian Furger 2015-05-04 09:45:01 +01:00
parent 4d1de322fa
commit 4662a6902e
1 changed files with 4 additions and 3 deletions

View File

@ -34,9 +34,10 @@ switch (process.argv[2]) {
default: default:
var options = { var options = {
theme: "DARK" theme: "DARK"
}, }
parameter, , parameter
i; , i
;
// iterate over all parameters and assign them in options object // iterate over all parameters and assign them in options object
for (i = 2; i < process.argv.length; i++) { for (i = 2; i < process.argv.length; i++) {