From c189011d39e50c390ce9293fbb5a538626802bd3 Mon Sep 17 00:00:00 2001 From: Vladimir Matveev Date: Thu, 11 Dec 2014 17:47:29 -0800 Subject: [PATCH] remove trailing comma --- src/compiler/commandLineParser.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler/commandLineParser.ts b/src/compiler/commandLineParser.ts index ae4c751869c..fabc897a355 100644 --- a/src/compiler/commandLineParser.ts +++ b/src/compiler/commandLineParser.ts @@ -133,7 +133,7 @@ module ts { shortName: "w", type: "boolean", description: Diagnostics.Watch_input_files, - }, + } ]; var shortOptionNames: Map = {};