From 69957bcfb3acba4938cd35bad0fcd84a84492526 Mon Sep 17 00:00:00 2001 From: jameswilddev Date: Sun, 21 Jul 2019 08:22:29 +0100 Subject: [PATCH] Added trailing comma (#3436). --- lib/scope.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/scope.js b/lib/scope.js index 84c65759..6c2c83e9 100644 --- a/lib/scope.js +++ b/lib/scope.js @@ -376,7 +376,7 @@ function _default_mangler_options(options) { reserved : [], toplevel : false, leading_character_set : "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ$_", - trailing_character_set: "0123456789" + trailing_character_set: "0123456789", }); if (!Array.isArray(options.reserved)) options.reserved = []; // Never mangle arguments