Merge pull request #1457 from Microsoft/extra_comma

remove trailing comma at the end of optionDeclarations array
This commit is contained in:
Vladimir Matveev
2014-12-11 17:54:53 -08:00

View File

@@ -133,7 +133,7 @@ module ts {
shortName: "w",
type: "boolean",
description: Diagnostics.Watch_input_files,
},
}
];
var shortOptionNames: Map<string> = {};