remove trailing comma

This commit is contained in:
Vladimir Matveev
2014-12-11 18:08:12 -08:00
parent b2b17d5ae9
commit c189011d39
+1 -1
View File
@@ -133,7 +133,7 @@ module ts {
shortName: "w",
type: "boolean",
description: Diagnostics.Watch_input_files,
},
}
];
var shortOptionNames: Map<string> = {};