From 050a23b53d52d73fa6f6391dcfcc5848ee9e9f2f Mon Sep 17 00:00:00 2001 From: Igor Vaynberg Date: Thu, 21 Jun 2012 22:09:33 -0700 Subject: [PATCH] small cleanup #148 --- select2.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/select2.js b/select2.js index da5d6a1e..1274456d 100755 --- a/select2.js +++ b/select2.js @@ -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) {