Merge pull request #3720 from elemoine/missingprovides

Add missing goog.provides in drawinteraction.js
This commit is contained in:
Éric Lemoine
2015-05-22 12:15:56 +02:00
4 changed files with 38 additions and 33 deletions

View File

@@ -2360,7 +2360,7 @@ olx.interaction.DragZoomOptions.prototype.style;
* maxPoints: (number|undefined),
* minPoints: (number|undefined),
* style: (ol.style.Style|Array.<ol.style.Style>|ol.style.StyleFunction|undefined),
* geometryFunction: (ol.interaction.Draw.GeometryFunctionType|undefined),
* geometryFunction: (ol.interaction.DrawGeometryFunctionType|undefined),
* geometryName: (string|undefined),
* condition: (ol.events.ConditionType|undefined),
* freehandCondition: (ol.events.ConditionType|undefined)}}
@@ -2430,7 +2430,7 @@ olx.interaction.DrawOptions.prototype.style;
/**
* Function that is called when a geometry's coordinates are updated.
* @type {ol.interaction.Draw.GeometryFunctionType|undefined}
* @type {ol.interaction.DrawGeometryFunctionType|undefined}
* @api
*/
olx.interaction.DrawOptions.prototype.geometryFunction;