aboutsummaryrefslogtreecommitdiff
path: root/core/sys
diff options
context:
space:
mode:
authorLaytan Laats <laytanlaats@hotmail.com>2025-12-22 16:56:10 +0100
committerLaytan Laats <laytanlaats@hotmail.com>2025-12-22 16:56:56 +0100
commit8ce30dbb72ebb8162b1e36f29bb7a71abc8ad6de (patch)
treea3ec09ff58064c0cc401ce484ed76f44e484b75b /core/sys
parentce013acee779a9eb8976f31b956254e2101bce47 (diff)
sys/wasm/js: fix vet error
Diffstat (limited to 'core/sys')
-rw-r--r--core/sys/wasm/js/dom.odin2
1 files changed, 1 insertions, 1 deletions
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 ---