Skip to content

Commit 0f51cdb

Browse files
committed
Lint
1 parent eba801b commit 0f51cdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/autocomplete.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export default class Autocomplete {
5959
if (!this.results.getAttribute('aria-label')) {
6060
this.results.setAttribute('aria-label', 'results')
6161
}
62-
62+
6363
this.input.setAttribute('autocomplete', 'off')
6464
this.input.setAttribute('spellcheck', 'false')
6565

0 commit comments

Comments
 (0)