start fixing shorthand comment issue

This commit is contained in:
Sebastian McKenzie 2014-12-04 10:17:37 +11:00
parent 7c3ab8bc3c
commit e708394408

View File

@ -1,3 +1,4 @@
exports.Property = function (node) {
if (node.shorthand) node.shorthand = false;
if (!node.shorthand) return;
node.shorthand = false;
};