sys/wasm/js: fix vet error

This commit is contained in:
Laytan Laats
2025-12-22 16:56:10 +01:00
parent ce013acee7
commit 8ce30dbb72

View File

@@ -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 ---