From b77af6d41681fe73d809c9c7c15b854ad1060e2e Mon Sep 17 00:00:00 2001 From: Peter Robins Date: Wed, 16 Jul 2014 12:54:18 +0000 Subject: [PATCH] Remove classdesc tag from control/interaction defaults --- src/ol/control/controldefaults.js | 1 - src/ol/interaction/interactiondefaults.js | 1 - 2 files changed, 2 deletions(-) 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