add missing semicolons

This commit is contained in:
Mohamed Hegazy
2014-08-04 15:07:42 -07:00
parent 3c0fd5324c
commit a48ec090ae
2 changed files with 5 additions and 3 deletions
-1
View File
@@ -6441,7 +6441,6 @@ module ts {
switch (node.kind) {
case SyntaxKind.Identifier:
return getSymbolOfIdentifier(<Identifier>node);
break;
case SyntaxKind.ThisKeyword:
case SyntaxKind.SuperKeyword: