fix: typo

This commit is contained in:
cha0s 2019-04-09 10:39:09 -04:00
parent 993ccda757
commit eb21a8ee7d

View File

@ -16,7 +16,7 @@ export class Routine {
} }
fromJSON(json) { fromJSON(json) {
this.actions.fromObject(json.actions); this.actions.fromJSON(json.actions);
return this; return this;
} }