jsdoc
This commit is contained in:
parent
95869d0337
commit
7858fb06aa
|
@ -335,7 +335,7 @@ const styleMan = (() => {
|
||||||
return (dataMap.get(Number(id)) || {}).style;
|
return (dataMap.get(Number(id)) || {}).style;
|
||||||
}
|
}
|
||||||
|
|
||||||
/** @returns {?string} */
|
/** @returns {?StyleObj} */
|
||||||
function uuid2style(uuid) {
|
function uuid2style(uuid) {
|
||||||
return id2style(uuidIndex.get(uuid));
|
return id2style(uuidIndex.get(uuid));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user