Add '=' to optional parameter annotation
This commit is contained in:
@@ -61,7 +61,7 @@ ol.inherits(ol.interaction.ExtentEvent, ol.events.Event);
|
|||||||
* @constructor
|
* @constructor
|
||||||
* @extends {ol.interaction.Pointer}
|
* @extends {ol.interaction.Pointer}
|
||||||
* @fires ol.interaction.ExtentEvent
|
* @fires ol.interaction.ExtentEvent
|
||||||
* @param {olx.interaction.ExtentOptions} opt_options Options.
|
* @param {olx.interaction.ExtentOptions=} opt_options Options.
|
||||||
* @api
|
* @api
|
||||||
*/
|
*/
|
||||||
ol.interaction.Extent = function(opt_options) {
|
ol.interaction.Extent = function(opt_options) {
|
||||||
|
|||||||
Reference in New Issue
Block a user