remove redundant required option

This commit is contained in:
drnextgis
2016-03-17 07:08:53 +06:00
parent def755f1eb
commit a857a66a98

View File

@@ -159,7 +159,7 @@ olx.interaction.InteractionOptions;
* Method called by the map to notify the interaction that a browser event was
* dispatched to the map. The function may return `false` to prevent the
* propagation of the event to other interactions in the map's interactions
* chain. Required.
* chain.
* @type {function(ol.MapBrowserEvent):boolean}
* @api
*/