Fix wrong quotes for eslint
This commit is contained in:
parent
36e5525ea5
commit
06e8f6f849
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ window.search = window.search || {};
|
|||
content = document.getElementById('content'),
|
||||
|
||||
// SVG text elements don't render if inside a <mark> tag.
|
||||
mark_exclude = ["text"],
|
||||
mark_exclude = ['text'],
|
||||
marker = new Mark(content),
|
||||
URL_SEARCH_PARAM = 'search',
|
||||
URL_MARK_PARAM = 'highlight',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue