Fix wrong quotes for eslint

This commit is contained in:
Eric Huss 2025-04-17 09:24:45 -07:00
parent 36e5525ea5
commit 06e8f6f849

View file

@ -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',