Module type for ol.struct.*

This commit is contained in:
Frederic Junod
2018-04-25 13:48:31 +02:00
parent b4588f7d47
commit 76769f9901
7 changed files with 34 additions and 34 deletions

View File

@@ -227,7 +227,7 @@ RBush.prototype.getExtent = function(opt_extent) {
/**
* @param {ol.structs.RBush} rbush R-Tree.
* @param {module:ol/structs/RBush} rbush R-Tree.
*/
RBush.prototype.concat = function(rbush) {
this.rbush_.load(rbush.rbush_.all());