Only use getUid from ol/util

This commit is contained in:
Tim Schaub
2018-07-19 10:19:41 -06:00
parent e5493d1288
commit cf58ee9bf1

View File

@@ -93,7 +93,7 @@ class BaseObject extends Observable {
constructor(opt_values) { constructor(opt_values) {
super(); super();
// Call {@link module:ol~getUid} to ensure that the order of objects' ids is // Call {@link module:ol/util~getUid} to ensure that the order of objects' ids is
// the same as the order in which they were created. This also helps to // the same as the order in which they were created. This also helps to
// ensure that object properties are always added in the same order, which // ensure that object properties are always added in the same order, which
// helps many JavaScript engines generate faster code. // helps many JavaScript engines generate faster code.