Merge pull request #470 from szymonc/error-fix

Add goog.base(this) to the MapBrowserEventHandler's constructor
This commit is contained in:
Tom Payne
2013-04-04 15:28:24 -07:00

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}