Merge pull request #3763 from probins/drawmod

Standardise draw/modify descriptions
This commit is contained in:
Andreas Hocevar
2015-06-07 17:34:47 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -80,7 +80,7 @@ goog.inherits(ol.interaction.DrawEvent, goog.events.Event);
/**
* @classdesc
* Interaction that allows drawing geometries.
* Interaction for drawing feature geometries.
*
* @constructor
* @extends {ol.interaction.Pointer}

View File

@@ -38,7 +38,7 @@ ol.interaction.SegmentDataType;
/**
* @classdesc
* Interaction for modifying vector data.
* Interaction for modifying feature geometries.
*
* @constructor
* @extends {ol.interaction.Pointer}