revise revise-this

revise-this
Dominic Gannaway 6 months ago
parent 9e275c6eb2
commit 0ca43b0b73

@ -22,6 +22,7 @@ function is_bound_this(bound_value, element_or_component) {
* @returns {void}
*/
export function bind_this(element_or_component, update, get_value, get_parts) {
effect(() => {
/** @type {unknown[]} */
var old_parts;
@ -56,4 +57,5 @@ export function bind_this(element_or_component, update, get_value, get_parts) {
});
};
});
});
}

Loading…
Cancel
Save