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

@@ -1,5 +1,6 @@
goog.provide('ol.test.geom.flat.transform');
goog.require('ol.geom');
goog.require('ol.geom.MultiPolygon');
goog.require('ol.geom.flat.transform');