Feat/studio clock (#60)

This commit is contained in:
Carlos Valente
2021-12-13 21:29:56 +01:00
committed by GitHub
parent 627cce7ba6
commit 80c2e9a8ba
26 changed files with 1099 additions and 135 deletions
+2 -2
View File
@@ -139,8 +139,8 @@ export class Timer {
return this.duration - this.current;
}
// getObject
getObject(update = true) {
// get time object
getTimes(update = true) {
// update timer
if (update) this.update();