Fix missing semicolon
This commit is contained in:
parent
fae0f14f4a
commit
9b38b16701
|
|
@ -311,7 +311,7 @@ function OutputStream(options) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
tokenName = tokenChars.join('')
|
tokenName = tokenChars.join('');
|
||||||
|
|
||||||
// Fixes offsets for quoted keys of object literals
|
// Fixes offsets for quoted keys of object literals
|
||||||
remainder = token.endpos - token.pos - tokenName.length;
|
remainder = token.endpos - token.pos - tokenName.length;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user