1
0
mirror of synced 2024-11-26 14:56:07 +03:00

Adding event argument to the bound function

This commit is contained in:
pmirshad 2012-09-05 01:52:55 +05:30
parent 5cf5deb267
commit 9fe2453079

View File

@ -1865,7 +1865,7 @@
this.search.bind("keyup", this.bind(this.resizeSearch));
this.search.bind("blur", this.bind(function() {
this.search.bind("blur", this.bind(function(e) {
this.container.removeClass("select2-container-active");
this.search.removeClass("select2-focused");
this.clearSearch();