Avoid overwriting longname for getUid
This commit is contained in:
@@ -25,7 +25,6 @@ let uidCounter_ = 0;
|
|||||||
*
|
*
|
||||||
* @param {Object} obj The object to get the unique ID for.
|
* @param {Object} obj The object to get the unique ID for.
|
||||||
* @return {string} The unique ID for the object.
|
* @return {string} The unique ID for the object.
|
||||||
* @function module:ol.getUid
|
|
||||||
* @api
|
* @api
|
||||||
*/
|
*/
|
||||||
export function getUid(obj) {
|
export function getUid(obj) {
|
||||||
|
|||||||
Reference in New Issue
Block a user