From 08a880e27b904a0d69d6eb42cc21624ab712d5d2 Mon Sep 17 00:00:00 2001 From: eight04 Date: Wed, 19 Feb 2020 08:28:57 +0800 Subject: [PATCH] Fix: eslint --- 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 682bcf45..a1dee182 100644 --- a/background/style-manager.js +++ b/background/style-manager.js @@ -1,6 +1,6 @@ /* eslint no-eq-null: 0, eqeqeq: [2, "smart"] */ /* global createCache db calcStyleDigest db tryRegExp styleCodeEmpty - getStyleWithNoCode msg sync uuid */ + getStyleWithNoCode msg sync uuidv4 */ /* exported styleManager */ 'use strict';