From 6d1baec34a896542d1219be41c2d73a305e06abc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Wed, 29 Apr 2015 09:10:18 +0200 Subject: [PATCH] Add missing goog.require --- 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 17807fabbb..5991fd7d4a 100644 --- a/test/spec/ol/interaction/modifyinteraction.test.js +++ b/test/spec/ol/interaction/modifyinteraction.test.js @@ -145,6 +145,7 @@ goog.require('ol.Feature'); goog.require('ol.Map'); goog.require('ol.MapBrowserPointerEvent'); goog.require('ol.View'); +goog.require('ol.geom.Point'); goog.require('ol.geom.Polygon'); goog.require('ol.interaction.Modify'); goog.require('ol.layer.Vector');