From 4589345facda0ee4d6592cc677657030a9817d0c Mon Sep 17 00:00:00 2001 From: ahocevar Date: Wed, 18 Jul 2018 15:41:35 +0200 Subject: [PATCH] Remove leftover this in super call --- src/ol/interaction/Modify.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ol/interaction/Modify.js b/src/ol/interaction/Modify.js index cbcf947c3d..63bb54b79c 100644 --- a/src/ol/interaction/Modify.js +++ b/src/ol/interaction/Modify.js @@ -419,7 +419,7 @@ class Modify extends PointerInteraction { */ setMap(map) { this.overlay_.setMap(map); - super.setMap(this, map); + super.setMap(map); } /**