Bug 1557102 - Follow-up: fix linting issue. r=darktrojan (via IRC) DONTBUILD

This commit is contained in:
Jorg K 2019-06-17 11:29:04 +02:00
Родитель ca400ae8a3
Коммит 630f951ef8
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -113,7 +113,7 @@ class Overlays {
let styledNodes = doc.evaluate("//*[@style]", doc, null, 7, null);
for (let i = 0, len = styledNodes.snapshotLength; i < len; ++i) {
let node = styledNodes.snapshotItem(i);
node.style.display = node.style.display;
node.style.display = node.style.display; // eslint-disable-line no-self-assign
}
// Load css styles from the registry