Skip to content

Commit

Permalink
Change destroy to dispose , because of type error
Browse files Browse the repository at this point in the history
  • Loading branch information
jkanchelov committed Jun 2, 2019
1 parent 6071cd6 commit 22a5b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/TextInput.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ export class TextInput extends PIXI.Container {
if (this._last_renderer) this._update();
}

destroy(options) {
dispose(options) {
this._destroyBoxCache();
super.destroy(options);
}
Expand Down

0 comments on commit 22a5b59

Please sign in to comment.