Merge pull request #2395 from probins/defaults

Remove classdesc tag from control/interaction defaults
This commit is contained in:
Andreas Hocevar
2014-07-16 18:52:23 +02:00
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -7,7 +7,6 @@ goog.require('ol.control.Zoom');
/** /**
* @classdesc
* Set of controls included in maps by default. Unless configured otherwise, * Set of controls included in maps by default. Unless configured otherwise,
* this returns a collection containing an instance of each of the following * this returns a collection containing an instance of each of the following
* controls: * controls:
@@ -14,7 +14,6 @@ goog.require('ol.interaction.PinchZoom');
/** /**
* @classdesc
* Set of interactions included in maps by default. Specific interactions can be * Set of interactions included in maps by default. Specific interactions can be
* excluded by setting the appropriate option to false in the constructor * 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 * options, but the order of the interactions is fixed. If you want to specify