small cleanup #148
This commit is contained in:
parent
88ab9f9348
commit
050a23b53d
@ -868,9 +868,9 @@
|
|||||||
if (below <= 0) {
|
if (below <= 0) {
|
||||||
more.addClass("select2-active");
|
more.addClass("select2-active");
|
||||||
this.opts.query({
|
this.opts.query({
|
||||||
term: this.search.val(),
|
term: term,
|
||||||
page: page,
|
page: page,
|
||||||
context: this.context,
|
context: context,
|
||||||
matcher: this.opts.matcher,
|
matcher: this.opts.matcher,
|
||||||
callback: this.bind(function (data) {
|
callback: this.bind(function (data) {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user