Fixed issue with test dependencies

This commit is contained in:
Ron Buckton 2016-02-22 16:53:50 -08:00
parent 7d72c18cc9
commit f3179da3ff

View file

@ -848,7 +848,7 @@ namespace ts {
property.startsOnNewLine = true;
}
addNode(properties, property);
properties.push(property);
}
}