From 2f2b417b044192c1636a36e08919b409394fe1cc Mon Sep 17 00:00:00 2001 From: tophf Date: Tue, 25 Feb 2020 21:38:20 +0300 Subject: [PATCH] comment --- background/usercss-helper.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/background/usercss-helper.js b/background/usercss-helper.js index 6d74a8e9..3f6081f6 100644 --- a/background/usercss-helper.js +++ b/background/usercss-helper.js @@ -1,8 +1,7 @@ /* global API_METHODS usercss styleManager deepCopy openURL download URLS */ -/* exports usercssHelper */ +/* exported usercssHelper */ 'use strict'; -// eslint-disable-next-line no-unused-vars const usercssHelper = (() => { const installCodeCache = {}; const clearInstallCode = url => delete installCodeCache[url];