Merge 452e9751ee into a1a212f639
This commit is contained in:
commit
d0edec427d
|
|
@ -134,7 +134,12 @@
|
|||
end : my_end_token(M),
|
||||
properties : M.properties.map(function(prop) {
|
||||
prop.type = "Property";
|
||||
return from_moz(prop)
|
||||
var ret = from_moz(prop);
|
||||
if (prop.key.type === "Literal" &&
|
||||
(prop.key.raw[0] === '"' || prop.key.raw[0] === "'")) {
|
||||
ret.quote = true;
|
||||
}
|
||||
return ret;
|
||||
})
|
||||
});
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user