diff --git a/src/ol/mapbrowserevent.js b/src/ol/mapbrowserevent.js index e86b83728d..b9a45f6dd4 100644 --- a/src/ol/mapbrowserevent.js +++ b/src/ol/mapbrowserevent.js @@ -105,6 +105,8 @@ ol.MapBrowserEvent.prototype.isMouseActionButton = function() { */ ol.MapBrowserEventHandler = function(map) { + goog.base(this); + /** * This is the element that we will listen to the real events on. * @type {ol.Map}