Remove comment

This commit is contained in:
Andy Hanson 2016-05-25 10:17:59 -07:00
parent 109c05863e
commit 5bfdf69fbf

View file

@ -320,7 +320,6 @@ namespace ts.NavigationBar {
case SyntaxKind.EnumMember:
return createItem(node, getTextOfNode((<EnumMember>node).name), ts.ScriptElementKind.memberVariableElement);
//move?
case SyntaxKind.ModuleDeclaration:
return createItem(node, getModuleName(<ModuleDeclaration>node), ts.ScriptElementKind.moduleElement);