fix: clean up

This commit is contained in:
cha0s 2024-07-26 07:53:50 -05:00
parent 8978ee89b8
commit 91d0f481d6

View File

@ -14,7 +14,7 @@ export default class Ticking extends Component {
}); });
} }
reset() { destroy() {
this.$$finished = []; this.$$finished = [];
this.$$tickers = []; this.$$tickers = [];
} }