Ensure init is returned to false on destroy

This commit is contained in:
Josh Johnson 2016-09-04 12:27:05 +01:00
parent 50396b4374
commit 34bce568a2

View file

@ -228,6 +228,7 @@ export default class Choices {
this.userConfig = null; this.userConfig = null;
this.config = null; this.config = null;
this.store = null; this.store = null;
this.initialised = false;
} }
return this; return this;
} }