Skip to content

Commit

Permalink
fix: ignore line for eslint (error suddenly popped up but only in tra…
Browse files Browse the repository at this point in the history
…vis [odd])
  • Loading branch information
6eDesign committed Jan 15, 2020
1 parent 16a0785 commit 17c4be1
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions docs/bundle.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/bundle.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/test.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/test.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/test.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/Components/Popover.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
// eslint-disable-next-line
do {
if (el === popover) return;
// eslint-disable-next-line
} while (el = el.parentNode);
close();
}
Expand Down

0 comments on commit 17c4be1

Please sign in to comment.