Missing requires in test and example lint

This commit is contained in:
Tim Schaub
2013-07-26 16:20:33 -06:00
parent d36a085449
commit 3061fc6941
2 changed files with 2 additions and 1 deletions

View File

@@ -111,6 +111,8 @@ describe('ol.parser.TopoJSON', function() {
});
goog.require('ol.Feature');
goog.require('ol.geom.MultiPolygon');
goog.require('ol.geom.Polygon');
goog.require('ol.geom.SharedVertices');
goog.require('ol.parser.Parser');
goog.require('ol.parser.TopoJSON');