From acd03b0a4670babf9113718ff8b7c17a182db144 Mon Sep 17 00:00:00 2001 From: Peter Robins Date: Fri, 6 Jun 2014 05:28:24 -0400 Subject: [PATCH] Change @class docs tag to @classdesc --- src/ol/map.js | 2 +- src/ol/view2d.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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,