Commit 43c44f19 authored by Phil Freo's avatar Phil Freo

Remove multiselect instance from select el upon 'destroy'

parent bc9a8f2b
......@@ -655,6 +655,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