Add extra requires (see #958)

This commit is contained in:
Tim Schaub
2013-08-30 15:20:21 -06:00
parent 33f4d1e0ee
commit b17feb4580

View File

@@ -3,6 +3,7 @@ goog.provide('ol.geom.SharedVertices');
goog.require('goog.asserts');
goog.require('ol.Coordinate');
goog.require('ol.CoordinateArray');
goog.require('ol.geom'); // TODO: remove this when #958 is addressed
/**