[+] Create updateCallbacks in assignment

This commit is contained in:
Hykilpikonna
2019-12-21 20:13:32 -05:00
parent 1fdf6a8a72
commit d7b319b6c9
+3
View File
@@ -29,6 +29,9 @@ export class Assignment
gradingPeriod: number;
// Callbacks when this object updates
private updateCallbacks: (() => void)[] = [];
/**
* Construct assignment with json object
*