Update comment

This commit is contained in:
Ryan Cavanaugh
2016-03-01 12:40:47 -08:00
parent 8334aeac4d
commit 766439ed01
+1
View File
@@ -1465,6 +1465,7 @@ namespace ts {
}
// Declare the method/property
// It's acceptable for multiple prototype property assignments of the same identifier to occur
declareSymbol(funcSymbol.members, funcSymbol, leftSideOfAssignment, SymbolFlags.Property, SymbolFlags.PropertyExcludes & ~SymbolFlags.Property);
}