Add goog.base(this) to the MapBrowserEventHandler's constructor

This commit is contained in:
szymonc
2013-04-05 00:01:16 +02:00
parent 9f689a0809
commit 569fb81572

View File

@@ -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}