correct missing closing tag in comments.

This commit is contained in:
Watts 2017-04-13 21:00:11 +01:00
parent f1371f1f99
commit ea6945fbda

View File

@ -3,7 +3,7 @@
/**
* Create a request URL - references apiEndpoints object to construct url with args, and optional callback url.
* @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} isAbsolutePath - True, create a relative URL (without root).
* @returns {string} the url generated