From 9ab86f169506293a45fbd972e55724dd5ba8f979 Mon Sep 17 00:00:00 2001 From: thereloaded Date: Thu, 22 May 2014 12:09:59 +0200 Subject: [PATCH] updated ajax results parameter looking at the source, the query.context is not passed to results, so i replaced it with the additional query parameter --- select2-latest.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/select2-latest.html b/select2-latest.html index b288a9c4..bd6e8728 100644 --- a/select2-latest.html +++ b/select2-latest.html @@ -1560,7 +1560,7 @@ $("#select").select2({ ParameterTypeDescription dataobjectRetrieved data. pageintPage number that was passed into the data function above. - contextobjectSee options.context parameter to the query function above. + queryobjectThe query object used to request this set of results. <returns>objectResults object. See "options.callback" in the "query" function for format.