@@ -1965,8 +1965,8 @@ merge(Compressor.prototype, {
|
||||
var prop = self.property;
|
||||
if (prop instanceof AST_String && compressor.option("properties")) {
|
||||
prop = prop.getValue();
|
||||
if (compressor.option("screw_ie8") && RESERVED_WORDS(prop)
|
||||
|| !(RESERVED_WORDS(prop)) && is_identifier_string(prop)) {
|
||||
if ((compressor.option("screw_ie8") && RESERVED_WORDS(prop))
|
||||
|| (!(RESERVED_WORDS(prop)) && is_identifier_string(prop))) {
|
||||
return make_node(AST_Dot, self, {
|
||||
expression : self.expression,
|
||||
property : prop
|
||||
|
||||
Reference in New Issue
Block a user