Skip to content

Commit 6cc5d71

Browse files
timea-solidTallTed
andauthored
Update src/participation.ts
Co-authored-by: Ted Thibodeau Jr <tthibodeau@openlinksw.com>
1 parent a619f5a commit 6cc5d71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/participation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const store = solidLogicSingleton.store as LiveStore
3131
* @param {NamedNode} unused1/document - the document to render (this argument is no longer used, but left in for backwards compatibility)
3232
* @param {NamedNode} subject - the thing in which the participation is happening
3333
* @param {NamedNode} unused2/me - user that is logged into the pod (this argument is no longer used, but left in for backwards compatibility)
34-
* @param {ParticipationOptions} options - the options that can be passed in are deleteFunction, link, and draggable these are used by the personTR button
34+
* @param {ParticipationOptions} options - the options that can be passed in are deleteFunction, link, and draggable; these are used by the personTR button
3535
*/
3636
export function renderParticipants (dom: HTMLDocument, table: ParticipationTableElement, unused1: NamedNode, subject: NamedNode, unused2: NamedNode, options: ParticipationOptions) {
3737
table.setAttribute('style', style.participantsStyle)

0 commit comments

Comments
 (0)