From 569fb815727f84762f5391564b16f39cb0aa4241 Mon Sep 17 00:00:00 2001 From: szymonc Date: Fri, 5 Apr 2013 00:01:16 +0200 Subject: [PATCH] Add goog.base(this) to the MapBrowserEventHandler's constructor --- src/ol/mapbrowserevent.js | 2 ++ 1 file changed, 2 insertions(+) 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}