henrybuilt-js-library
Advanced tools
Comparing version 1.5.5 to 1.5.6
{ | ||
"name": "henrybuilt-js-library", | ||
"version": "1.5.5", | ||
"version": "1.5.6", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -110,7 +110,7 @@ var libString = require('@src/string'); | ||
async destroy() { | ||
async destroy(...args) { | ||
super.destroy(...args); | ||
await this.destroyResource(); | ||
await this.destroyChildren(); | ||
super.destroy(); | ||
} | ||
@@ -117,0 +117,0 @@ |
Sorry, the diff of this file is too big to display
608676