correct missing closing tag in comments.
This commit is contained in:
parent
f1371f1f99
commit
ea6945fbda
@ -3,7 +3,7 @@
|
|||||||
/**
|
/**
|
||||||
* Create a request URL - references apiEndpoints object to construct url with args, and optional callback url.
|
* Create a request URL - references apiEndpoints object to construct url with args, and optional callback url.
|
||||||
* @param {string} routePath
|
* @param {string} routePath
|
||||||
* @param {Array<Object<string>} params - Key, Value object detailing the param name (key) and value (value).
|
* @param {Array<Object<string>>} params - Key, Value object detailing the param name (key) and value (value).
|
||||||
* @param {boolean} requiresCallback - True - add callback function for JSONP/CORS.
|
* @param {boolean} requiresCallback - True - add callback function for JSONP/CORS.
|
||||||
* @param {boolean} isAbsolutePath - True, create a relative URL (without root).
|
* @param {boolean} isAbsolutePath - True, create a relative URL (without root).
|
||||||
* @returns {string} the url generated
|
* @returns {string} the url generated
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user