chore: clean up
This commit is contained in:
parent
820e390744
commit
94ee4c3d5b
|
@ -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 = [];
|
||||
|
|
Loading…
Reference in New Issue
Block a user