Added trailing comma (#3436).
This commit is contained in:
parent
09ebe64165
commit
69957bcfb3
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user