Bug 1528855 - fix eslint issue. r=noone CLOSED TREE

This commit is contained in:
Jason Laster 2019-02-19 14:56:27 -05:00
Родитель e183b62aea
Коммит dc10e077be
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -35,7 +35,7 @@ add_task(async function() {
// There are 5 nodes: the root, a, b, c, and proto. // There are 5 nodes: the root, a, b, c, and proto.
await waitFor(() => objectInspector.querySelectorAll(".node").length === 5); await waitFor(() => objectInspector.querySelectorAll(".node").length === 5);
objectInspector.focus() objectInspector.focus();
const [ const [
root, root,