Change getUid return type from number to string
This commit is contained in:
@@ -37,7 +37,7 @@ class RBush {
|
||||
* A mapping between the objects added to this rbush wrapper
|
||||
* and the objects that are actually added to the internal rbush.
|
||||
* @private
|
||||
* @type {Object<number, Entry>}
|
||||
* @type {Object<string, Entry>}
|
||||
*/
|
||||
this.items_ = {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user