aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/GlobalKeyHandler.ts
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2019-07-01 22:02:58 -0400
committerBob Zeleznik <zzzman@gmail.com>2019-07-01 22:02:58 -0400
commit0b92bae55efb5c616e74d3f4b5a981865365b53e (patch)
treecfc11805e68f74a45f5d89e62cc0b72d13cb27c5 /src/client/views/GlobalKeyHandler.ts
parent055b823ac472c3831d9cca9629cd2c505310c664 (diff)
parent44ff64c8186b25069c14aaf4de0ae694f872c2d3 (diff)
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web
Diffstat (limited to 'src/client/views/GlobalKeyHandler.ts')
-rw-r--r--src/client/views/GlobalKeyHandler.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/GlobalKeyHandler.ts b/src/client/views/GlobalKeyHandler.ts
index 9ef9e8950..9a0c3a6b1 100644
--- a/src/client/views/GlobalKeyHandler.ts
+++ b/src/client/views/GlobalKeyHandler.ts
@@ -13,7 +13,7 @@ type KeyControlInfo = {
};
export default class KeyManager {
- public static Handler: KeyManager = new KeyManager();
+ public static Instance: KeyManager = new KeyManager();
private router = new Map<string, KeyHandler>();
constructor() {