mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-11-16 20:58:28 +00:00
Merge "ThreadItem.js: Fix documentation comment"
This commit is contained in:
commit
1f2d106f37
|
@ -28,7 +28,7 @@ function ThreadItem( type, level, range ) {
|
|||
*/
|
||||
this.id = null;
|
||||
/**
|
||||
* @member {CommentItem[]} Replies to this thread item
|
||||
* @member {ThreadItem[]} Replies to this thread item
|
||||
*/
|
||||
this.replies = [];
|
||||
|
||||
|
|
Loading…
Reference in a new issue