This repository was archived by the owner on Jan 10, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -432,13 +432,13 @@ if (forcetk.Client === undefined) {
432432 }
433433
434434 /*
435- * Queries the next set of records based on pagination.
436- * <p>This should be used if performing a query that retrieves more than can be returned
437- * in accordance with http://www.salesforce.com/us/developer/docs/api_rest/Content/dome_query.htm</p>
438- * <p>Ex: forcetkClient.queryMore( successResponse.nextRecordsUrl, successHandler, failureHandler )</p>
439- *
440- * @param url - the url retrieved from nextRecordsUrl or prevRecordsUrl
441- * @param callback function to which response will be passed
435+ * Queries the next set of records based on pagination.
436+ * <p>This should be used if performing a query that retrieves more than can be returned
437+ * in accordance with http://www.salesforce.com/us/developer/docs/api_rest/Content/dome_query.htm</p>
438+ * <p>Ex: forcetkClient.queryMore( successResponse.nextRecordsUrl, successHandler, failureHandler )</p>
439+ *
440+ * @param url - the url retrieved from nextRecordsUrl or prevRecordsUrl
441+ * @param callback function to which response will be passed
442442 * @param [error=null] function to which jqXHR will be passed in case of error
443443 */
444444 forcetk . Client . prototype . queryMore = function ( url , callback , error ) {
You can’t perform that action at this time.
0 commit comments