added an annotation

This commit is contained in:
Arthur Ozga 2015-07-24 17:56:53 -07:00
parent 3b6fb32cd6
commit 92b42ee42d

View file

@ -421,7 +421,7 @@ namespace ts {
}
export function isInComment(sourceFile: SourceFile, position: number) {
return isInCommentHelper(sourceFile, position, c => true);
return isInCommentHelper(sourceFile, position, /*extraCheck*/ c => true);
}
/**