Skip to content

Commit 83a1eab

Browse files
committed
Remove unused this value
1 parent ee5c8d5 commit 83a1eab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const states = new WeakMap()
33
class RemoteInputElement extends HTMLElement {
44
constructor() {
55
super()
6-
const fetch = fetchResults.bind(this, this, true)
6+
const fetch = fetchResults.bind(null, this, true)
77
const state = {currentQuery: null, oninput: debounce(fetch), fetch}
88
states.set(this, state)
99
}

0 commit comments

Comments
 (0)