From 91719ff0527257b46bbe14d8601fc59018e00bad Mon Sep 17 00:00:00 2001 From: Shrey Banga Date: Mon, 13 Jun 2016 17:09:27 -0700 Subject: [PATCH] remove trailing comma --- bin/uglifyjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/uglifyjs b/bin/uglifyjs index 9d139149..b7009426 100755 --- a/bin/uglifyjs +++ b/bin/uglifyjs @@ -221,7 +221,7 @@ if (ARGS.mangle_props === true) { var OUTPUT_OPTIONS = { beautify : BEAUTIFY ? true : false, preamble : ARGS.preamble || null, - quote_style : ARGS.quotes != null ? ARGS.quotes : 0, + quote_style : ARGS.quotes != null ? ARGS.quotes : 0 }; if (ARGS.mangle_props == 2) {