From 1a4a5fd4eeded73659761cff84d92eb4f10e66f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=84=8B=E1=85=A2=E1=84=91=E1=85=B3=E1=86=AF=20=E1=84=82?= =?UTF-8?q?=E1=85=A9=E1=84=90=E1=85=B3=E1=84=87=E1=85=AE=E1=86=A8?= Date: Fri, 14 Sep 2018 23:05:31 +0900 Subject: [PATCH] Fix: keyboard ES5 bug --- src/game/typing/practice/keyboard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game/typing/practice/keyboard.js b/src/game/typing/practice/keyboard.js index 4e6de96..72be65c 100644 --- a/src/game/typing/practice/keyboard.js +++ b/src/game/typing/practice/keyboard.js @@ -37,7 +37,7 @@ function Keyboard(keyMapper, language) { this.keyDataList[i].handSide, this.keyDataList[i].row, this.keyDataList[i].fingerType, - this.keyDataList[i].alignType, + this.keyDataList[i].alignType ); this.allKeyHash[this.keyDataList[i].keyID] = this.keyList[i];