Use ol.functions instead of goog.functions

This commit is contained in:
Andreas Hocevar
2016-04-25 15:46:00 +02:00
parent d425f75bea
commit b37cd3fae6

View File

@@ -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) {