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