added a todo for next ver
This commit is contained in:
parent
120aff9582
commit
7bd7139563
@ -1,4 +1,4 @@
|
|||||||
/*
|
/*
|
||||||
Licensed to the Apache Software Foundation (ASF) under one
|
Licensed to the Apache Software Foundation (ASF) under one
|
||||||
or more contributor license agreements. See the NOTICE file
|
or more contributor license agreements. See the NOTICE file
|
||||||
distributed with this work for additional information
|
distributed with this work for additional information
|
||||||
@ -238,6 +238,7 @@
|
|||||||
if (requestNumber < requestSequence) {
|
if (requestNumber < requestSequence) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
// TODO 3.0 - replace query.page with query so users have access to term, page, etc.
|
||||||
query.callback(options.results(data, query.page));
|
query.callback(options.results(data, query.page));
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user