aboutsummaryrefslogtreecommitdiff
path: root/input/string.ts
diff options
context:
space:
mode:
Diffstat (limited to 'input/string.ts')
-rw-r--r--input/string.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/input/string.ts b/input/string.ts
index f37a68f..c914ea6 100644
--- a/input/string.ts
+++ b/input/string.ts
@@ -154,8 +154,8 @@ export class WuiInputString {
}
}
- // Set the input value.
- Set(v: string) {
+ // set the input value.
+ set(v: string) {
this.el_input.value = v;
}
}