Fix comments for JSDoc

This commit is contained in:
ahocevar
2018-10-23 17:58:50 +02:00
parent cd2f0f60d6
commit d1395d005c
9 changed files with 12 additions and 5 deletions

View File

@@ -44,6 +44,7 @@ let uidCounter_ = 0;
*
* @param {Object} obj The object to get the unique ID for.
* @return {string} The unique ID for the object.
* @function module:ol.getUid
* @api
*/
export function getUid(obj) {