remove trailing comma

This commit is contained in:
Vladimir Matveev 2014-12-11 17:47:29 -08:00
parent b2b17d5ae9
commit c189011d39

View File

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