Better docs for handleMapBrowserEvent
This commit is contained in:
+1
-1
@@ -138,7 +138,7 @@ oli.interaction.Interaction = function() {};
|
||||
/**
|
||||
* @param {ol.MapBrowserEvent} mapBrowserEvent Map browser event.
|
||||
* @return {boolean} Whether the map browser event should continue
|
||||
* through the chain of interactions. false means stop, true
|
||||
* through the chain of interactions. `false` means stop, `true`
|
||||
* means continue.
|
||||
*/
|
||||
oli.interaction.Interaction.prototype.handleMapBrowserEvent = function(e) {};
|
||||
|
||||
Reference in New Issue
Block a user