Make test-serializer.ts serialize and deserialize the configuration.
This commit is contained in:
@@ -20,7 +20,7 @@ class KeyActions implements Serializable<KeyActions> {
|
||||
toJsObject(): any {
|
||||
let array = [];
|
||||
for (let keyAction of this.keyActions) {
|
||||
keyAction.toJsObject();
|
||||
array.push(keyAction.toJsObject());
|
||||
}
|
||||
return array;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user