From a857a66a98aef21b226f2b73b15f73f6cfd82635 Mon Sep 17 00:00:00 2001 From: drnextgis Date: Thu, 17 Mar 2016 07:08:53 +0600 Subject: [PATCH] remove redundant required option --- externs/olx.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/externs/olx.js b/externs/olx.js index 9d51102576..2472c92e83 100644 --- a/externs/olx.js +++ b/externs/olx.js @@ -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 */