remove trailing comma

This commit is contained in:
Shrey Banga 2016-06-13 17:09:27 -07:00
parent b8aed9878a
commit 91719ff052

View File

@ -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) {