Remove classdesc tag from control/interaction defaults

This commit is contained in:
Peter Robins
2014-07-16 12:54:18 +00:00
parent 0b9936107d
commit b77af6d416
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