No olx and ol types for ol/interaction/DragBox

This commit is contained in:
ahocevar
2018-03-14 13:33:54 +01:00
parent 7c7e002ee4
commit 12581b6a77
13 changed files with 66 additions and 114 deletions

View File

@@ -201,7 +201,7 @@ const Draw = function(options) {
/**
* A function to decide if a potential finish coordinate is permissible
* @private
* @type {ol.EventsConditionType}
* @type {module:ol/events/condition~Condition}
*/
this.finishCondition_ = options.finishCondition ? options.finishCondition : TRUE;
@@ -348,13 +348,13 @@ const Draw = function(options) {
/**
* @private
* @type {ol.EventsConditionType}
* @type {module:ol/events/condition~Condition}
*/
this.condition_ = options.condition ? options.condition : noModifierKeys;
/**
* @private
* @type {ol.EventsConditionType}
* @type {module:ol/events/condition~Condition}
*/
this.freehandCondition_;
if (options.freehand) {