chore: clean up

This commit is contained in:
cha0s 2022-03-22 00:57:40 -05:00
parent 820e390744
commit 94ee4c3d5b

View File

@ -108,6 +108,13 @@ export default class Flecks {
};
}
destroy() {
this.config = {};
this.hooks = {};
this.flecks = {};
this.platforms = [];
}
expandedFlecks(hook) {
const flecks = this.lookupFlecks(hook);
let expanded = [];