Merge pull request #10362 from ahocevar/leftover-from-10332

Remove line that was accidently added with #10332
This commit is contained in:
Andreas Hocevar
2019-12-01 11:34:32 +01:00
committed by GitHub
-1
View File
@@ -922,7 +922,6 @@ class PluggableMap extends BaseObject {
const type = opt_type || browserEvent.type;
const mapBrowserEvent = new MapBrowserEvent(type, this, browserEvent);
this.handleMapBrowserEvent(mapBrowserEvent);
browserEvent.preventDefault();
}
/**