Release 0.8.20

This commit is contained in:
Kevin Jahns
2016-02-16 16:08:54 +01:00
parent da7e67d97d
commit f579a436c7
3 changed files with 3 additions and 3 deletions

View File

@@ -179,7 +179,7 @@ module.exports = function (Y /* :any */) {
* destroy () {
clearInterval(this.gcInterval)
this.gcInterval = null
for(var key in this.initializedTypes) {
for (var key in this.initializedTypes) {
var type = this.initializedTypes[key]
if (type._destroy != null) {
type._destroy()