diff options
author | Geireann Lindfield Roberts <60007097+geireann@users.noreply.github.com> | 2020-08-13 08:44:13 +0800 |
---|---|---|
committer | Geireann Lindfield Roberts <60007097+geireann@users.noreply.github.com> | 2020-08-13 08:44:13 +0800 |
commit | 80269d9af07ff78aa8ecdbaa586d932ce8cc15f1 (patch) | |
tree | a73be52ee7e82fb3b9c18c4935e423c843917e4f /src/client/util/KeyCodes.ts | |
parent | 55460c79ddc12b44907979053058e04987f7e4c0 (diff) | |
parent | 575ed4504f8bd5da42d209bcc313a4fc766247e3 (diff) |
Merge branch 'master' into presentation_updates
Diffstat (limited to 'src/client/util/KeyCodes.ts')
-rw-r--r-- | src/client/util/KeyCodes.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/util/KeyCodes.ts b/src/client/util/KeyCodes.ts index cacb72a57..de2457a5a 100644 --- a/src/client/util/KeyCodes.ts +++ b/src/client/util/KeyCodes.ts @@ -131,6 +131,6 @@ export class KeyCodes { public static NUM_7: number = 55; public static NUM_8: number = 56; public static NUM_9: number = 57; - public static SUBSTRACT: number = 189; + public static SUBTRACT: number = 189; public static ADD: number = 187; }
\ No newline at end of file |