Fix missed assoc variable name
This commit is contained in:
@@ -705,7 +705,7 @@ function initClassTable() {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
keyBindData: class {
|
keyBindData: class {
|
||||||
constructor(keyBindAssoc, key = 0, commandString = "") {
|
constructor(dbAssoc, key = 0, commandString = "") {
|
||||||
this.databaseId = 0;
|
this.databaseId = 0;
|
||||||
this.key = key;
|
this.key = key;
|
||||||
this.account = 0;
|
this.account = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user