Fix: pass eslint
This commit is contained in:
parent
f45f95fd02
commit
9a8a529793
|
@ -250,7 +250,7 @@ function createStyleTargetsElement({entry, style}) {
|
||||||
const displayed = new Set();
|
const displayed = new Set();
|
||||||
for (const type of TARGET_TYPES) {
|
for (const type of TARGET_TYPES) {
|
||||||
for (const section of style.sections) {
|
for (const section of style.sections) {
|
||||||
for (const targetValue of target[type] || []) {
|
for (const targetValue of section[type] || []) {
|
||||||
if (displayed.has(targetValue)) {
|
if (displayed.has(targetValue)) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,10 +1,7 @@
|
||||||
/*
|
/* global configDialog hotkeys onTabReady msg
|
||||||
global configDialog hotkeys
|
getActiveTab FIREFOX getTabRealURL URLS API onDOMready $ $$ prefs CHROME
|
||||||
popupExclusions onTabReady msg
|
setupLivePrefs template t $create tWordBreak animateElement
|
||||||
getActiveTab FIREFOX getTabRealURL URLS API onDOMready $ $$ prefs CHROME
|
tryJSONparse debounce */
|
||||||
setupLivePrefs template t $create tWordBreak animateElement
|
|
||||||
tryJSONparse debounce
|
|
||||||
*/
|
|
||||||
|
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user