dialog
dialog copied to clipboard
Destroyer
For now dialog causes memory leak as it does not remove it’s listeners. Probably it should have .destroy
method, or something.
I think add one line code this.off()
to the remove
method would be ok