From 7a34d22b3759c050243150f2d9c5324952f28f8e Mon Sep 17 00:00:00 2001 From: Tobias Bieniek Date: Sat, 1 Aug 2015 22:09:32 +0200 Subject: [PATCH] interaction/modify: Add missing goog.require() to test --- test/spec/ol/interaction/modifyinteraction.test.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/spec/ol/interaction/modifyinteraction.test.js b/test/spec/ol/interaction/modifyinteraction.test.js index 7931ee336c..48a64022a7 100644 --- a/test/spec/ol/interaction/modifyinteraction.test.js +++ b/test/spec/ol/interaction/modifyinteraction.test.js @@ -243,6 +243,7 @@ goog.require('ol.Feature'); goog.require('ol.Map'); goog.require('ol.MapBrowserPointerEvent'); goog.require('ol.View'); +goog.require('ol.events.condition'); goog.require('ol.geom.Point'); goog.require('ol.geom.Polygon'); goog.require('ol.interaction.Modify');