Missing requires in tests

This commit is contained in:
Tim Schaub
2016-08-11 22:49:08 -06:00
parent 85d4fb6ac4
commit 5643d3ec77
4 changed files with 24 additions and 29 deletions

View File

@@ -3,11 +3,12 @@ goog.provide('ol.test.interaction.Select');
goog.require('ol.Collection');
goog.require('ol.Feature');
goog.require('ol.Map');
goog.require('ol.MapBrowserEvent');
goog.require('ol.MapBrowserPointerEvent');
goog.require('ol.View');
goog.require('ol.geom.Polygon');
goog.require('ol.interaction.Select');
goog.require('ol.interaction.Interaction');
goog.require('ol.interaction.Select');
goog.require('ol.layer.Vector');
goog.require('ol.pointer.PointerEvent');
goog.require('ol.source.Vector');