Skip to content

Commit ec93e10

Browse files
committed
chore : resolve lint error to fix pipeline issue
1 parent 9109494 commit ec93e10

File tree

1 file changed

+0
-2
lines changed
  • packages/svelte/src/internal/client/dom/elements/bindings

1 file changed

+0
-2
lines changed

packages/svelte/src/internal/client/dom/elements/bindings/input.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ import { current_batch, previous_batch } from '../../../reactivity/batch.js';
1616
* @returns {void}
1717
*/
1818
export function bind_value(input, get, set = get) {
19-
2019
var batches = new WeakSet();
2120

2221
listen_to_event_and_reset_event(input, 'input', (is_reset) => {
@@ -33,7 +32,6 @@ export function bind_value(input, get, set = get) {
3332
if (current_batch !== null) {
3433
batches.add(current_batch);
3534
}
36-
3735
});
3836

3937
if (

0 commit comments

Comments
 (0)