dropped extra newlines

This commit is contained in:
Vladimir Matveev 2015-02-24 16:14:37 -08:00
parent f859d77d9e
commit f74a45feae

View file

@ -2554,8 +2554,6 @@ module ts {
return false;
}
function getContainingObjectLiteralApplicableForCompletion(previousToken: Node): ObjectLiteralExpression {
// The locations in an object literal expression that are applicable for completion are property name definition locations.