diff options
author | bobzel <zzzman@gmail.com> | 2024-05-15 10:55:17 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2024-05-15 10:55:17 -0400 |
commit | 213e5c5ab7dcb7a92a2d6c0e2ca10433ddc3141f (patch) | |
tree | 01a4c5501ce4e6ce8fb74c4a64acb6bc77c5562e /src/client/util/KeyCodes.ts | |
parent | c329d7719ed60d71bec4a8ac7309e33081c3373c (diff) | |
parent | 0b1d434ad7f0d057456631ac786ed338c84a7f41 (diff) |
merged with new eslint code
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 de2457a5a..fb21f78ee 100644 --- a/src/client/util/KeyCodes.ts +++ b/src/client/util/KeyCodes.ts @@ -133,4 +133,4 @@ export class KeyCodes { public static NUM_9: number = 57; public static SUBTRACT: number = 189; public static ADD: number = 187; -}
\ No newline at end of file +} |