diff --git a/externs/olx.js b/externs/olx.js index 3cf5845f20..fe010184e3 100644 --- a/externs/olx.js +++ b/externs/olx.js @@ -683,7 +683,7 @@ olx.control.ControlOptions.prototype.target; * logo: (boolean|undefined), * logoOptions: (olx.control.LogoOptions|undefined), * zoom: (boolean|undefined), - * rotateOptions: (olx.control.RotateOptions|undefined)}} + * rotateOptions: (olx.control.RotateOptions|undefined), * zoomOptions: (olx.control.ZoomOptions|undefined)}} * @todo api */ @@ -890,7 +890,7 @@ olx.control.ScaleLineOptions.prototype.units; * tipLabel: (string|undefined), * target: (Element|undefined), * autoHide: (boolean|undefined)}} - * @todo stability experimental + * @todo api */ olx.control.RotateOptions; @@ -3909,8 +3909,8 @@ olx.source.TileWMSOptions.prototype.projection; /** - * The type of the remote WMS server: `mapserver`, `geoserver` or `qgis`. Only - * needed if `hidpi` is `true`. Default is `undefined`. + * The type of the remote WMS server. Currently only used when `hidpi` is + * `true`. Default is `undefined`. * @type {ol.source.wms.ServerType|string|undefined} */ olx.source.TileWMSOptions.prototype.serverType; diff --git a/src/ol/interaction/dragboxinteraction.js b/src/ol/interaction/dragboxinteraction.js index a8209ba54e..cd02c51aa9 100644 --- a/src/ol/interaction/dragboxinteraction.js +++ b/src/ol/interaction/dragboxinteraction.js @@ -35,7 +35,7 @@ ol.DragBoxEventType = { BOXSTART: 'boxstart', /** * Triggered upon drag box end. - * @event ol.DragBoxEvent#boxstart + * @event ol.DragBoxEvent#boxend * @todo api */ BOXEND: 'boxend'