From 8ce30dbb72ebb8162b1e36f29bb7a71abc8ad6de Mon Sep 17 00:00:00 2001 From: Laytan Laats Date: Mon, 22 Dec 2025 16:56:10 +0100 Subject: [PATCH] sys/wasm/js: fix vet error --- core/sys/wasm/js/dom.odin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/sys/wasm/js/dom.odin b/core/sys/wasm/js/dom.odin index 902dfc941..a4f8d7687 100644 --- a/core/sys/wasm/js/dom.odin +++ b/core/sys/wasm/js/dom.odin @@ -15,7 +15,7 @@ foreign dom_lib { get_element_value_string_length :: proc(id: string) -> int --- set_element_key_string :: proc(id: string, key: string, value: string) --- - get_element_key_string_length :: proc(id: string, key: string, ) -> int --- + get_element_key_string_length :: proc(id: string, key: string) -> int --- device_pixel_ratio :: proc() -> f64 ---