ES5 array-bracket-spacing
This commit is contained in:
@@ -30,7 +30,6 @@
|
||||
"no-useless-escape": 0,
|
||||
"wrap-iife": 0,
|
||||
"no-plusplus": 0,
|
||||
"array-bracket-spacing": 0,
|
||||
"default-case": 0,
|
||||
"no-lonely-if": 0,
|
||||
"no-mixed-operators": 0,
|
||||
|
@@ -92,7 +92,7 @@ define(
|
||||
} else if (obj[key] !== undefined) {
|
||||
// val isn't an array, but since a second value has been specified,
|
||||
// convert val into an array.
|
||||
obj[key] = [ obj[key], val ];
|
||||
obj[key] = [obj[key], val];
|
||||
|
||||
} else {
|
||||
// val is a scalar.
|
||||
|
Reference in New Issue
Block a user