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)); }