From 7858fb06aaa72edb53ec8e95c230f4498aed851a Mon Sep 17 00:00:00 2001 From: tophf Date: Mon, 24 Jan 2022 03:31:34 +0300 Subject: [PATCH] jsdoc --- background/style-manager.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/background/style-manager.js b/background/style-manager.js index 7e7c81f9..e0c0ec46 100644 --- a/background/style-manager.js +++ b/background/style-manager.js @@ -335,7 +335,7 @@ const styleMan = (() => { return (dataMap.get(Number(id)) || {}).style; } - /** @returns {?string} */ + /** @returns {?StyleObj} */ function uuid2style(uuid) { return id2style(uuidIndex.get(uuid)); }