Fix: keyboard ES5 bug

This commit is contained in:
2018-09-14 23:05:31 +09:00
parent 656b27b24f
commit 1a4a5fd4ee
+1 -1
View File
@@ -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];