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

View File

@@ -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:

View File

@@ -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