Merge "ThreadItem.js: Fix documentation comment"

This commit is contained in:
jenkins-bot 2020-12-14 01:53:58 +00:00 committed by Gerrit Code Review
commit 1f2d106f37

View file

@ -28,7 +28,7 @@ function ThreadItem( type, level, range ) {
*/ */
this.id = null; this.id = null;
/** /**
* @member {CommentItem[]} Replies to this thread item * @member {ThreadItem[]} Replies to this thread item
*/ */
this.replies = []; this.replies = [];