(minor) fix JSdoc tag

This commit is contained in:
Ashley Engelund (weedySeaDragon @ github) 2022-11-15 09:13:27 -08:00
parent c6db0524bd
commit 1ecd4a551d
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ const STYLECLASS_SEP = ',';
* In the future, this can be replaced with a class common to all diagrams. * In the future, this can be replaced with a class common to all diagrams.
* ClassDef information = { id: id, styles: [], textStyles: [] } * ClassDef information = { id: id, styles: [], textStyles: [] }
* *
* @return {{}} * @returns {{}}
*/ */
function newClassesList() { function newClassesList() {
return {}; return {};