Remove space.

This commit is contained in:
Daniel Rosenwasser
2015-03-18 12:27:28 -07:00
parent e82ea7df0f
commit ee073e19f0

View File

@@ -2614,7 +2614,7 @@ module ts {
return {
isMemberCompletion,
isNewIdentifierLocation,
isBuilder : isNewIdentifierDefinitionLocation, // temporary property used to match VS implementation
isBuilder: isNewIdentifierDefinitionLocation, // temporary property used to match VS implementation
entries: activeCompletionSession.entries
};