Make the jsdoc better
This commit is contained in:
parent
f68e7161df
commit
cbf57990ee
1 changed files with 2 additions and 2 deletions
|
|
@ -77,8 +77,8 @@ function toFriendlyDuration(duration) {
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* If the argument is truthy, it returns HTML data to indicate the collapse is
|
* Checks if the specified collapseId is currently open, so that during re-renders
|
||||||
* open
|
* it remains open or closed.
|
||||||
*
|
*
|
||||||
* @param {Set<string>} expanded A set indicating what collapseIds are expanded
|
* @param {Set<string>} expanded A set indicating what collapseIds are expanded
|
||||||
* @param {string} collapseId The collapseId to check for
|
* @param {string} collapseId The collapseId to check for
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue