Avoid overwriting longname for getUid

This commit is contained in:
Tim Schaub
2019-05-17 12:00:10 -06:00
parent 7ced251d19
commit c10fd7aaab

View File

@@ -25,7 +25,6 @@ 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) {