From 0a3e2d1fe83de3a5424cbb8a41fba61cfc3a02f2 Mon Sep 17 00:00:00 2001 From: thereloaded Date: Mon, 26 May 2014 10:08:06 +0200 Subject: [PATCH] updated method signature of ajax results --- select2-latest.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/select2-latest.html b/select2-latest.html index bd6e8728..a74948fb 100644 --- a/select2-latest.html +++ b/select2-latest.html @@ -1555,7 +1555,7 @@ $("#select").select2({ resultsfunction Function used to build the query results object from the ajax response -
results(data, page)
+
results(data, page, query)
ParameterTypeDescription
dataobjectRetrieved data.