From 34bce568a22d6f70768a4ffc11afe1cd62741771 Mon Sep 17 00:00:00 2001 From: Josh Johnson Date: Sun, 4 Sep 2016 12:27:05 +0100 Subject: [PATCH] Ensure init is returned to false on destroy --- assets/scripts/src/choices.js | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/scripts/src/choices.js b/assets/scripts/src/choices.js index b613f53..23655ea 100644 --- a/assets/scripts/src/choices.js +++ b/assets/scripts/src/choices.js @@ -228,6 +228,7 @@ export default class Choices { this.userConfig = null; this.config = null; this.store = null; + this.initialised = false; } return this; }