Use super.method instead of prototype.method.call
This commit is contained in:
@@ -274,7 +274,7 @@ class GeometryCollection extends Geometry {
|
||||
*/
|
||||
disposeInternal() {
|
||||
this.unlistenGeometriesChange_();
|
||||
Geometry.prototype.disposeInternal.call(this);
|
||||
super.disposeInternal();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user