Add 'const' annotation to ol.MapBrowserEvent.browserEvent

This commit is contained in:
Frederic Junod
2014-01-09 10:32:30 +01:00
parent 9f79d33486
commit 80cae77161

View File

@@ -29,6 +29,7 @@ ol.MapBrowserEvent = function(type, map, browserEvent, opt_frameState) {
goog.base(this, type, map, opt_frameState);
/**
* @const
* @type {goog.events.BrowserEvent}
*/
this.browserEvent = browserEvent;