comment
This commit is contained in:
parent
deaefaafc7
commit
2f2b417b04
|
@ -1,8 +1,7 @@
|
||||||
/* global API_METHODS usercss styleManager deepCopy openURL download URLS */
|
/* global API_METHODS usercss styleManager deepCopy openURL download URLS */
|
||||||
/* exports usercssHelper */
|
/* exported usercssHelper */
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
// eslint-disable-next-line no-unused-vars
|
|
||||||
const usercssHelper = (() => {
|
const usercssHelper = (() => {
|
||||||
const installCodeCache = {};
|
const installCodeCache = {};
|
||||||
const clearInstallCode = url => delete installCodeCache[url];
|
const clearInstallCode = url => delete installCodeCache[url];
|
||||||
|
|
Loading…
Reference in New Issue
Block a user