Commit 845904b7 authored by David Stutz's avatar David Stutz

Merge pull request #164 from retif/patch-1

onChange callback context
parents 5a81644e ca2725f0
......@@ -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