Skip to content

Commit

Permalink
Added missing type annotation in docs (#4332)
Browse files Browse the repository at this point in the history
  • Loading branch information
RunDevelopment authored Dec 7, 2024
1 parent f931112 commit c345cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guide/src/reference/static-js-objects.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ let COLORS = {
#[wasm_bindgen]
extern "C" {
#[wasm_bindgen(thread_local_v2)]
static COLORS;
static COLORS: JsValue;
}

fn get_colors() -> JsValue {
Expand Down

0 comments on commit c345cc8

Please sign in to comment.