1
0
mirror of synced 2025-03-10 22:56:12 +03:00

small cleanup #148

This commit is contained in:
Igor Vaynberg 2012-06-21 22:09:33 -07:00
parent 88ab9f9348
commit 050a23b53d

View File

@ -868,9 +868,9 @@
if (below <= 0) {
more.addClass("select2-active");
this.opts.query({
term: this.search.val(),
term: term,
page: page,
context: this.context,
context: context,
matcher: this.opts.matcher,
callback: this.bind(function (data) {