Commit 8d62aac3 authored by David Stutz's avatar David Stutz

Merge pull request #269 from elasticsales/complete-destroy

Remove/clear multiselect instance from select element upon calling 'destroy'.
parents 6f5b993b 43c44f19
......@@ -663,6 +663,7 @@
destroy: function() {
this.$container.remove();
this.$select.show();
this.$select.data('multiselect', null);
},
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment