Don't import ourselves
This commit is contained in:
@@ -228,7 +228,7 @@ class RBush {
|
||||
|
||||
|
||||
/**
|
||||
* @param {import("./RBush.js").default} rbush R-Tree.
|
||||
* @param {RBush} rbush R-Tree.
|
||||
*/
|
||||
concat(rbush) {
|
||||
this.rbush_.load(rbush.rbush_.all());
|
||||
|
||||
Reference in New Issue
Block a user