Skip to content

Commit 06e8f6f

Browse files
committed
Fix wrong quotes for eslint
1 parent 36e5525 commit 06e8f6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/front-end/searcher/searcher.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ window.search = window.search || {};
3030
content = document.getElementById('content'),
3131

3232
// SVG text elements don't render if inside a <mark> tag.
33-
mark_exclude = ["text"],
33+
mark_exclude = ['text'],
3434
marker = new Mark(content),
3535
URL_SEARCH_PARAM = 'search',
3636
URL_MARK_PARAM = 'highlight',

0 commit comments

Comments
 (0)