s/event/mapBrowserEvent/g

This commit is contained in:
Tom Payne
2012-07-19 00:05:27 +02:00
parent 1d6101a5a1
commit 0e3b97a0b6
5 changed files with 36 additions and 33 deletions
+1 -1
View File
@@ -12,6 +12,6 @@ ol.Control = function() {
/**
* @param {ol.MapBrowserEvent} event Map browser event.
* @param {ol.MapBrowserEvent} mapBrowserEvent Map browser event.
*/
ol.Control.prototype.handleMapBrowserEvent = goog.abstractMethod;