Skip to content

Commit 93d03a3

Browse files
lint
1 parent 8392f62 commit 93d03a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/compress/evaluate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ def_eval(AST_Call, function (compressor, depth, ast_chain) {
480480
var key = exp.property;
481481
if (key instanceof AST_Node) {
482482
key = key._eval(compressor, depth);
483-
if (typeof key !== 'string' && typeof key !== 'number')
483+
if (typeof key !== "string" && typeof key !== "number")
484484
return this;
485485
}
486486
var val;

0 commit comments

Comments
 (0)