Use ol.functions instead of goog.functions
This commit is contained in:
@@ -165,7 +165,7 @@ ol.interaction.Draw = function(options) {
|
||||
* @private
|
||||
* @type {ol.events.ConditionType}
|
||||
*/
|
||||
this.finishCondition_ = options.finishCondition ? options.finishCondition : goog.functions.TRUE;
|
||||
this.finishCondition_ = options.finishCondition ? options.finishCondition : ol.functions.TRUE;
|
||||
|
||||
var geometryFunction = options.geometryFunction;
|
||||
if (!geometryFunction) {
|
||||
|
||||
Reference in New Issue
Block a user