interaction/modify: Add missing goog.require() to test

This commit is contained in:
Tobias Bieniek
2015-08-01 22:09:32 +02:00
parent c3f51c676a
commit 7a34d22b37

View File

@@ -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');