Fix view not cleaning some variables

This commit is contained in:
LoveEevee
2018-10-25 18:50:10 +03:00
parent f90f6fe6e1
commit 378e275372
2 changed files with 22 additions and 11 deletions

View File

@@ -131,4 +131,11 @@ class ViewAssets{
asset.changeBeatInterval(beatMS, initial)
})
}
clean(){
delete this.ctx
delete this.don
delete this.fire
delete this.fireworks
delete this.allAssets
}
}