Update packages/svelte/src/internal/client/dom/elements/bindings/this.js

Co-authored-by: Rich Harris <rich.harris@vercel.com>
pull/10958/head
Dominic Gannaway 7 months ago committed by GitHub
parent 59048c36ed
commit a6ca3cfbf9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -51,7 +51,7 @@ export function bind_this(element_or_component, update, get_value, get_parts) {
if (parts && is_bound_this(get_value(...parts), element_or_component)) {
update(null, ...parts);
}
};
});
});
};
});
}

Loading…
Cancel
Save