Skip to content

Commit ea8f0f6

Browse files
authored
Merge pull request #2669 from ehuss/fix-searcher-eslint
Fix wrong quotes for eslint
2 parents 36e5525 + 06e8f6f commit ea8f0f6

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)