Skip to content

Commit 8f9c257

Browse files
committed
remove unnecessary symbol in comment
1 parent f485cdf commit 8f9c257

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/vendor/docsearch.bundle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@
287287
var dataset = this.dropdown.datasets[0]
288288
dataset.page = searchState.page
289289
delete dataset.result
290-
requery.call(this, searchState.query) // cursor is restored by onResultsUpdated =>
290+
requery.call(this, searchState.query) // cursor is restored by onResultsUpdated
291291
}
292292

293293
function saveSearchState () {

0 commit comments

Comments
 (0)