Remove extraneous assignments

This commit is contained in:
Ryan Cavanaugh
2016-10-05 14:08:25 -07:00
parent 5b8ecafdf7
commit 3a0f3a20eb

View File

@@ -904,7 +904,6 @@ namespace ts.Completions {
}
isMemberCompletion = true;
isNewIdentifierLocation = false;
isGlobalCompletion = false;
}
else if (isStartingCloseTag) {
const tagName = (<JsxElement>contextToken.parent.parent).openingElement.tagName;
@@ -915,7 +914,6 @@ namespace ts.Completions {
}
isMemberCompletion = true;
isNewIdentifierLocation = false;
isGlobalCompletion = false;
}
else {
// For JavaScript or TypeScript, if we're not after a dot, then just try to get the