Use super.method instead of prototype.method.call
This commit is contained in:
@@ -143,7 +143,7 @@ class Cluster extends VectorSource {
|
||||
this.clear();
|
||||
this.cluster();
|
||||
this.addFeatures(this.features);
|
||||
VectorSource.prototype.refresh.call(this);
|
||||
super.refresh();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user