From 7bd7139563892e7478de2e334ed15881967feed0 Mon Sep 17 00:00:00 2001 From: Igor Vaynberg Date: Fri, 13 Apr 2012 11:29:41 -0700 Subject: [PATCH] added a todo for next ver --- select2.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/select2.js b/select2.js index e6310ee0..df7ddf88 100755 --- a/select2.js +++ b/select2.js @@ -1,4 +1,4 @@ -/* +/* Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information @@ -238,6 +238,7 @@ if (requestNumber < requestSequence) { return; } + // TODO 3.0 - replace query.page with query so users have access to term, page, etc. query.callback(options.results(data, query.page)); } });