Commit ca2725f0 authored by Алекс's avatar Алекс

this change makes onChange callback to be always called in current Multiselect instance context

parent 6eb86d07
......@@ -39,6 +39,7 @@
this.searchTimeout = null;
this.options.multiple = this.$select.attr('multiple') == "multiple";
this.options.onChange = $.proxy(this.options.onChange, this);
// Build select all if enabled.
this.buildContainer();
......
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