Merge pull request #5267 from ahocevar/no-goog-functions
Use ol.functions instead of goog.functions
This commit is contained in:
@@ -165,7 +165,7 @@ ol.interaction.Draw = function(options) {
|
|||||||
* @private
|
* @private
|
||||||
* @type {ol.events.ConditionType}
|
* @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;
|
var geometryFunction = options.geometryFunction;
|
||||||
if (!geometryFunction) {
|
if (!geometryFunction) {
|
||||||
|
|||||||
Reference in New Issue
Block a user