From c10fd7aaab7a78595ba1f28e0d27c745045fec24 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Fri, 17 May 2019 12:00:10 -0600 Subject: [PATCH] Avoid overwriting longname for getUid --- src/ol/util.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ol/util.js b/src/ol/util.js index 048c10f218..3621b949cb 100644 --- a/src/ol/util.js +++ b/src/ol/util.js @@ -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) {