Standardise draw/modify descriptions

This commit is contained in:
Peter Robins
2015-06-05 07:54:22 +00:00
parent bad5a97d20
commit 282fdafad7
2 changed files with 2 additions and 2 deletions

View File

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

View File

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