Skip to content
This repository was archived by the owner on Jan 10, 2024. It is now read-only.

Commit e83eb32

Browse files
committed
cleanup: also adjust the whitespacing in the doc comments.
Signed-off-by: Paul Roth <paulroth3d@gmail.com>
1 parent 26285e4 commit e83eb32

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

forcetk.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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 ){

0 commit comments

Comments
 (0)