1
0
Fork 0
mirror of synced 2025-04-03 21:23:35 +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) {