diff --git a/src/ol/map.js b/src/ol/map.js index 390f1322a8..91877715a2 100644 --- a/src/ol/map.js +++ b/src/ol/map.js @@ -133,7 +133,7 @@ ol.MapProperty = { /** - * @class + * @classdesc * The map is the core component of OpenLayers. In its minimal configuration it * needs a view, one or more layers, and a target container: * diff --git a/src/ol/view2d.js b/src/ol/view2d.js index 34cd1def9f..764da58aed 100644 --- a/src/ol/view2d.js +++ b/src/ol/view2d.js @@ -35,7 +35,7 @@ ol.View2DProperty = { /** - * @class + * @classdesc * An ol.View2D object represents a simple 2D view of the map. * * This is the object to act upon to change the center, resolution,