Added trailing comma (#3436).

This commit is contained in:
jameswilddev 2019-07-21 08:22:29 +01:00
parent 09ebe64165
commit 69957bcfb3

View File

@ -376,7 +376,7 @@ function _default_mangler_options(options) {
reserved : [], reserved : [],
toplevel : false, toplevel : false,
leading_character_set : "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ$_", leading_character_set : "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ$_",
trailing_character_set: "0123456789" trailing_character_set: "0123456789",
}); });
if (!Array.isArray(options.reserved)) options.reserved = []; if (!Array.isArray(options.reserved)) options.reserved = [];
// Never mangle arguments // Never mangle arguments