diff --git a/src/ol/control/controldefaults.js b/src/ol/control/controldefaults.js index fbd705638f..b36539fa58 100644 --- a/src/ol/control/controldefaults.js +++ b/src/ol/control/controldefaults.js @@ -7,7 +7,6 @@ goog.require('ol.control.Zoom'); /** - * @classdesc * Set of controls included in maps by default. Unless configured otherwise, * this returns a collection containing an instance of each of the following * controls: diff --git a/src/ol/interaction/interactiondefaults.js b/src/ol/interaction/interactiondefaults.js index a9976ef80c..8e7ff11e38 100644 --- a/src/ol/interaction/interactiondefaults.js +++ b/src/ol/interaction/interactiondefaults.js @@ -14,7 +14,6 @@ goog.require('ol.interaction.PinchZoom'); /** - * @classdesc * Set of interactions included in maps by default. Specific interactions can be * excluded by setting the appropriate option to false in the constructor * options, but the order of the interactions is fixed. If you want to specify