This commit is contained in:
tophf 2020-02-25 21:38:20 +03:00
parent deaefaafc7
commit 2f2b417b04

View File

@ -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];