Skip to content

Commit 9fe2453

Browse files
committed
Adding event argument to the bound function
1 parent 5cf5deb commit 9fe2453

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

select2.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1865,7 +1865,7 @@
18651865

18661866
this.search.bind("keyup", this.bind(this.resizeSearch));
18671867

1868-
this.search.bind("blur", this.bind(function() {
1868+
this.search.bind("blur", this.bind(function(e) {
18691869
this.container.removeClass("select2-container-active");
18701870
this.search.removeClass("select2-focused");
18711871
this.clearSearch();

0 commit comments

Comments
 (0)