Merge pull request #5061 from drnextgis/apidoc
Remove redundant required option
This commit is contained in:
+1
-1
@@ -159,7 +159,7 @@ olx.interaction.InteractionOptions;
|
|||||||
* Method called by the map to notify the interaction that a browser event was
|
* 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
|
* dispatched to the map. The function may return `false` to prevent the
|
||||||
* propagation of the event to other interactions in the map's interactions
|
* propagation of the event to other interactions in the map's interactions
|
||||||
* chain. Required.
|
* chain.
|
||||||
* @type {function(ol.MapBrowserEvent):boolean}
|
* @type {function(ol.MapBrowserEvent):boolean}
|
||||||
* @api
|
* @api
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user