1
0
mirror of synced 2025-02-09 16:49:24 +03:00

jquery 1.4 compat impl of focus check

This commit is contained in:
Igor Vaynberg 2012-05-02 22:52:05 -07:00
parent 450aad8f46
commit bd8c40b0e8

View File

@ -1215,7 +1215,7 @@
}, },
isFocused: function () { isFocused: function () {
return this.search.is(":focus"); return this.search.hasClass("select2-focused");
}, },
updateSelection: function (data) { updateSelection: function (data) {