From fd8e0cca7ff3112081782e2a473a42e166d32134 Mon Sep 17 00:00:00 2001 From: tophf Date: Sat, 19 Dec 2020 12:13:55 +0300 Subject: [PATCH] fixup! extract fitSelectBox() --- js/toolbox.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/js/toolbox.js b/js/toolbox.js index 6a739c9e..2e6e9d40 100644 --- a/js/toolbox.js +++ b/js/toolbox.js @@ -13,8 +13,7 @@ define(require => { const debounceTimers = new Map(); let URLS, deepCopy, deepEqual, deepMerge; - /** @type {Toolbox} */ - const toolbox = /** @namespace Toolbox */ { + const toolbox = { CHROME, FIREFOX,