1
0
mirror of synced 2024-11-22 04:56:08 +03:00

added a todo for next ver

This commit is contained in:
Igor Vaynberg 2012-04-13 11:29:41 -07:00
parent 120aff9582
commit 7bd7139563

View File

@ -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));
}
});