Address feedback

This commit is contained in:
Shrey Banga 2016-06-13 17:08:41 -07:00
parent 3eed8181d9
commit b8aed9878a

View File

@ -214,9 +214,7 @@ if (ARGS.quotes === true) {
if (ARGS.mangle_props === true) {
ARGS.mangle_props = 1;
}
if (ARGS.mangle_props === "unquoted") {
} else if (ARGS.mangle_props === "unquoted") {
ARGS.mangle_props = 2;
}